@extends('layouts.admin.app') @section('content')

All Agency List

@foreach ($all_agency as $item) @endforeach @if (count($all_agency) == 0) @endif
Name
Email
Primary Company
Create Date (GMT+5:30)
Action
{{ $item->first_name }} {{ $item->last_name }}
{{ $item->email }} {{ $item->organization }} {{ $item->created_at }}
No Agency Found
@endsection @push('script') @endpush