{{ __('agents.title_index') }}

{{ __('agents.all') }}

@foreach ($agents as $agent) @endforeach
{{ __('agents.fullname') }} {{ __('agents.gender') }} {{ __('agents.contact') }} {{ __('agents.id_number') }} {{ __('agents.paid_amount') }} {{ __('agents.th_actions') }}
{{ $agent->fullname }} {{ ucfirst($agent->gender) }} {{ $agent->contact }} {{ $agent->id_number }} {{ $agent->formatted_paid_amount }} @can('update', $agent)
@endcan @can('delete', $agent) @endcan