{{$data->absent_residents_count}} residents has not reported before the gate closing today

@foreach($data->absent_residents as $resident) @endforeach
Name Building Residence
{{ucfirst($resident->complainant_name)}} {{$resident->building_name}} {{$resident->apartment_name}}

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

{{$information->footer}}

@endif