DOC NO. {{ $code }} - printed on: {{ $printed_date }}

***************

COMMISSIONED AGENTS

***************

@foreach($agentsCommssion ?? '' as $i => $agent) @endforeach

{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}}
S/N Name Contacts Address Supervisor Created Remarks()
{{$i+1}} {{$agent->name}} {{$agent->msisdn}} {{$agent->address}} @php if($agent->supervisor != null && $agent->supervisor != ''){ $supervisor = \App\Models\Agent::where(['id' => $agent->supervisor])->first()->name; echo $supervisor; } @endphp {{ $agent->created_at }}
................................................................
Prepared By:(IT)Checked By:(HR/TO)Verfied By:(Manager)Approved By:(Diretor)

***************

NON-COMMISSIONED AGENTS

***************

@foreach($agentsNonCommission ?? '' as $i => $agent) @endforeach
S/N Name Contacts Address Supervisor Created Remarks()
{{$i+1}} {{$agent->name}} {{$agent->msisdn}} {{$agent->address}} @php if($agent->supervisor != null && $agent->supervisor != ''){ $supervisor = \App\Models\Agent::where(['id' => $agent->supervisor])->first()->name; echo $supervisor; } @endphp {{ $agent->created_at }}

❝ Powered By: TiketiGala - https://www.aboodbus.co.tz ❞