@if(in_array('incentive-setting-edit', $authRolePermissions)) @endif @if(in_array('incentive-setting-delete', $authRolePermissions)) @endif @php $i=1;@endphp @if(count($data)>0) @foreach($data as $key=> $list) {{-- --}} @if(in_array('incentive-setting-edit', $authRolePermissions)) @endif @if(in_array('incentive-setting-delete', $authRolePermissions)) @endif @php $i++; @endphp @endforeach @else @endif
Sl No Account Name Incentive Slab Date upto Recieved By StatusEditDelete
{{$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' : '' }}>
No Data Found