@extends('layouts.main') @section('title', 'Agent Management') @section('content') @push('head') {{-- date --}} @endpush

Filters:

Agency Outstanding Remittances

@foreach($agents as $agent) @endforeach
S/N Agent Name Phone No Email Outstanding Remittance
{{$loop->iteration}} {{$agent['name']}} {{$agent['mobile']}} {{$agent['email']}} {{number_format($agent['outstanding_remittance'],2)}}
@push('script') @endpush @endsection