@php
$logoData = "";
@$logo = App\Models\Setting::where('config_key', 'general|basic|colorLogo')->get('value')[0]['value'];
if($logo){
$logoData = $logo;
}else{
$logoData = URL::asset('assets/images/logo.png');
}
@endphp
AGENCY LIST REPORT
{{dateFunction($fromDate)}} - {{dateFunction($toDate)}}
@if(!empty(@$_GET['agency_name']))Agency Name: {{ucwords(@$_GET['agency_name'])}}
@endif @if(!empty(@$_GET['agencyType']))Agency Type: {{ucwords(@$_GET['agencyType'])}}
@endif @if(!empty(@$_GET['agency_status']))Agency Status: {{ucwords(@$_GET['agency_status'])}}
@endif| Sr. No. | Agency Name | Short Name | Agency Type | Phone Number | Operator Full Name | Status | |
|---|---|---|---|---|---|---|---|
| {{++$i}} | {{$data->full_name}} | {{ucwords($data->short_name)}} | @forelse($data->getAgencyType as $user)
{{$user['name']}} @endforeach |
{{$data->email}} | {{$data->phone_no}} | @forelse($data->getMasterUserAgencyReport as $user)
{{$user['name']}} @endforeach |
{{ucwords($data->status)}} |