God's Care Mortuary — {{ $title }}

Period: {{ $dateFrom }} to {{ $dateTo }}

@if($data->isEmpty())

No records found for the selected period.

@else @foreach(array_keys($data->first()) as $header) @endforeach @foreach($data as $row) @foreach($row as $value) @endforeach @endforeach
{{ $header }}
{{ $value }}
@endif