{{$societyinfo->cust_name}}

{{$societyinfo->contact_address}}

Live Attendance Report on {{$date}} at FretBox

{{ $insideResidentsCount }}

Total Inside Students

Total Outside Students - {{ $outsideResidents->count() + $onLeaveActive->count() + $onLeaveExpired->count() }}

{{ $outsideResidents->count() }}

Without Approval

{{ $onLeaveActive->count() }}

On Approved Leave

{{ $onLeaveExpired->count() }}

On Expired Leave

Outside Residents - Without Approval

@if($latestRemarkEnabled) @endif @forelse($outsideResidents as $index => $resident) @if($latestRemarkEnabled) @if(isset($resident['latestRemark']) && $resident['latestRemark']) @else @endif @endif @empty @endforelse
# Student Details Last BiometricRemark
{{ $index + 1 }} {{ $resident['complainant_name'] }}
{{ $resident['building_name'] }} / {{ $resident['apartment_name'] }}
{{ $resident['contact_no'] }}
{{ $resident['course_name'] }} {{ ($resident['branch_name'])?" - ".$resident['branch_name']:"" }}{{ ($resident['course_year'])?" - ".$resident['course_year']:"" }}
{{ $resident['current_status'] }} on {{ $resident['last_action_time'] }} {{$resident['latestRemark']['remark'] }}
(By {{ $resident['latestRemark']['name'] }} on {{ date('d M Y H:i:s A',strtotime($resident['latestRemark']['created_at'])) }})
No residents Outside.

Outside Residents - On Approved Leave

@if($latestRemarkEnabled) @endif @foreach($onLeaveActive as $index => $resident) @if($latestRemarkEnabled) @if(isset($resident['latestRemark']) && $resident['latestRemark']) @else @endif @endif @endforeach
# Student Details Last Biometric Leave Details Exit DetailsRemark
{{ $index + 1 }} {{ $resident['complainant_name'] }}
{{ $resident['building_name'] }} / {{ $resident['apartment_name'] }}
{{ $resident['contact_no'] }}
{{ $resident['course_name'] }} {{ ($resident['branch_name'])?" - ".$resident['branch_name']:"" }}{{ ($resident['course_year'])?" - ".$resident['course_year']:"" }}
{{ $resident['current_status'] }} on {{ $resident['last_action_time'] }} Id: #{{$resident['latestLeaveDetails']['id']}}
From: {{ date('d M Y',strtotime($resident['latestLeaveDetails']['from_date'])) }}
To: {{ date('d M Y',strtotime($resident['latestLeaveDetails']['to_date'])) }}
QR: {{ date('d M Y H:i:s A',strtotime($resident['latestLeaveDetails']['building_exit_date_time'])) }}
Biometric: {{ date('d M Y H:i:s A',strtotime($resident['latestLeaveDetails']['biometric_exit_at'])) }}
{{$resident['latestRemark']['remark'] }}
(By {{ $resident['latestRemark']['name'] }} on {{ date('d M Y H:i:s A',strtotime($resident['latestRemark']['created_at'])) }})

Outside Residents - On Expired Leave

@if($latestRemarkEnabled) @endif @foreach($onLeaveExpired as $index => $resident) @if($latestRemarkEnabled) @if(isset($resident['latestRemark']) && $resident['latestRemark']) @else @endif @endif @endforeach
# Student Details Last Biometric Leave Details Exit DetailsRemark
{{ $index + 1 }} {{ $resident['complainant_name'] }}
{{ $resident['building_name'] }} / {{ $resident['apartment_name'] }}
{{ $resident['contact_no'] }}
{{ $resident['course_name'] }} {{ ($resident['branch_name'])?" - ".$resident['branch_name']:"" }}{{ ($resident['course_year'])?" - ".$resident['course_year']:"" }}
{{ $resident['current_status'] }} on {{ $resident['last_action_time'] }} Id: #{{$resident['latestLeaveDetails']['id']}}
From: {{ date('d M Y',strtotime($resident['latestLeaveDetails']['from_date'])) }}
To: {{ date('d M Y',strtotime($resident['latestLeaveDetails']['to_date'])) }}
QR: {{ date('d M Y H:i:s A',strtotime($resident['latestLeaveDetails']['building_exit_date_time'])) }}
Biometric: {{ date('d M Y H:i:s A',strtotime($resident['latestLeaveDetails']['biometric_exit_at'])) }}
{{$resident['latestRemark']['remark'] }}
(By {{ $resident['latestRemark']['name'] }} on {{ date('d M Y H:i:s A',strtotime($resident['latestRemark']['created_at'])) }})