Collecting Agencies

Manage revenue collection units and agencies

Add Agency
@forelse($agencies as $agency) @empty @endforelse
Code Agency Name Status Actions
{{ $agency->code }} {{ $agency->name }} @if($agency->is_active) Active @else Inactive @endif
@csrf @method('DELETE')

No collecting agencies found.