@extends('admin.layouts.admin_master') @section('title', 'Agency') @section('content')

Agency List

@foreach($agency as $index => $icon) @endforeach
Sl No Agency Name Total Users Action
{{ $index + 1 }} {{ $icon->name }} {{agencyUserCount($icon->id)}}
@csrf @method('DELETE')
@endsection @section('script') @endsection