{{$data->firstItem() + $key}} |
{{$list->getAccount->name ?? ''}} {{$list->getAccount->code ?? ''}} |
{{$list->getIncentiveSlab->slab_name ?? ''}} |
@php $auth_format = \Session::get('company_data')['date_format'] ?? ''; @endphp
{{ date($auth_format, strtotime($list->date_upto)) ?? '' }}
|
{{-- {{$list->received_by}} | --}}
received_by == '1' ? 'checked' : '' }}>
|
status == '1' ? 'checked' : '' }}>
|
@if(in_array('incentive-setting-edit', $authRolePermissions))
|
@endif
@if(in_array('incentive-setting-delete', $authRolePermissions))
|
@endif
@php $i++; @endphp
@endforeach
@else