@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
USER LIST REPORT
{{dateFunction($fromDate)}} - {{dateFunction($toDate)}}
@if(!empty(@$_GET['user_name']))User Name: {{ucwords(@$_GET['user_name'])}}
@endif @if(!empty(@$_GET['agency_name']))Agency Name: {{ucwords(@$_GET['agency_name'])}}
@endif @if(!empty(@$_GET['user_status']))User Status: {{ucwords(@$_GET['user_status'])}}
@endif| Sr. No. | Full Name | Mobile Number | Role | Status | |
|---|---|---|---|---|---|
| {{++$i}} | {{$data->name}} | {{$data->email}} | {{$data->mobile}} | {{$data['getRole']['name']??''}} |
{{ucwords($data->user_status_text)}} |