{{$data->absent_residents_count}} residents has not reported before the gate closing today
Name
Building
Residence
@foreach($data->absent_residents as $resident)
{{ucfirst($resident->complainant_name)}}
{{$resident->building_name}}
{{$resident->apartment_name}}
@endforeach
@if(!empty($information->footer))
{{$information->footer}}
@endif