@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
MONTHLY CUSTOMER SIGNUP 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. | Month | Count |
|---|---|---|
| {{++$i}} | {{$data['month']}} | {{$data['count']}} |