Report
Greetings,
Here is the report that was requested.
Report Details:
Date Range: @if(empty($fromDate) || empty($toDate)) All @else From {{ \Carbon\Carbon::parse($fromDate)->format('m/d/Y') }} to {{ \Carbon\Carbon::parse($toDate)->format('m/d/Y') }} @endif
State: {{ $stateName === 'All' ? 'All' : $stateName }}
City: {{ $cityName === 'All' ? 'All' : $cityName }}
Fundraiser(s): @if(!empty($organizationNames)) @if(in_array('All', $organizationNames)) All @else {{ implode(', ', $organizationNames) }} @endif @else No organizations selected. @endif
Please find the attachment.
Thank you,
FundMeSmart Team