{{ $data->firstItem() + $key }} |
{{ $list->voucher_no }}
{{ formatedDate(@$list->incentive_date) }}
|
{{ $list->account_title }} {{ ucfirst($list->consultant_name) }} |
{{ formatedDate(@$list->from_date) }} |
{{ formatedDate(@$list->to_date) }} |
{{ $list->revenue_amount }} |
{{ $list->incentive_amount }} |
|
@if (in_array('referral-vouchers-edit', $authRolePermissions))
|
@endif
@if (in_array('referral-vouchers-delete', $authRolePermissions))
|
@endif
@php $i++; @endphp
@endforeach
@else