{{$data->not_reported_resident_count}} residents has not reported from Leaves today - {{$data->date}}

@foreach($data->requests as $resident) @endforeach
Name Building Residence Leave from Reason
{{ucfirst($resident->resident_name)}} {{$resident->building_name}} {{$resident->apartment_name}} {{$resident->from_date}} {{$resident->template_description}}

@if(!empty($information->footer))

{{$information->footer}}

@endif