{{$data->not_reported_resident_count}} residents has not reported from Leaves today - {{$data->date}}
Name
Building
Residence
Leave from
Reason
@foreach($data->requests as $resident)
{{ucfirst($resident->resident_name)}}
{{$resident->building_name}}
{{$resident->apartment_name}}
{{$resident->from_date}}
{{$resident->template_description}}
@endforeach
@if(!empty($information->footer))
{{$information->footer}}
@endif