@extends('layouts.master') @section('content')
{{ $title }}
A list of earnings linked to a payroll.
@canany('Manage payroll contribution definitions') @endcanany
@if(isset($error) || session('error'))
{{ $error ?? session('error') }}
@endif
{{ $title }}
@foreach($data as $item) @endforeach
Code Name Mode of Calculation Emp% Emp Fixed Amount Com% Com Fixed Amount Action
{{$item->cont_def_id? $item->pamConfDef->code : '' }} {{ $item->short_description }} {{$item->mode_of_calculation }} {{$item->employee_percentage }} {{$item->employee_fixed_amount }} {{$item->employer_percentage }} {{$item->employer_fixed_amount }} @canany(['View payroll contribution definitions','Manage payroll contribution definitions']) @endcanany @canany(['Manage payroll contribution definitions']) @endcanany
@endsection @section('modal') @foreach ($data as $key => $item) @endforeach @endsection