@if (in_array('referral-vouchers-edit', $authRolePermissions)) @endif @if (in_array('referral-vouchers-delete', $authRolePermissions)) @endif @php $i=1;@endphp @if(count($data)>0) @foreach($data as $key=> $list) @if (in_array('referral-vouchers-edit', $authRolePermissions)) @endif @if (in_array('referral-vouchers-delete', $authRolePermissions)) @endif @php $i++; @endphp @endforeach @else @endif
Sl No Voucher No Consultant From Date To Date Revenue Amount Incentive AmountEditDelete
{{ $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 }}
No Data Found