Welcome, {{ $trainerName }}
{{ $m['name'] }}
{{ $m['member_id'] }} · {{ $m['status'] }}
No data available
No attendance records found in the last 30 days.
| Member | Check In | Check Out | Duration | Status |
|---|---|---|---|---|
|
{{ $log['member']['name'] ?? '—' }}
{{ $log['member']['member_id'] ?? '' }}
|
{{ $log['checked_in_at'] ? \Carbon\Carbon::parse($log['checked_in_at'])->format('h:i A') : '—' }} | {{ $log['checked_out_at'] ? \Carbon\Carbon::parse($log['checked_out_at'])->format('h:i A') : '—' }} | @php $mins = $log['duration_minutes'] ?? null; @endphp @if($mins){{ floor($mins/60) > 0 ? floor($mins/60).'h ' : '' }}{{ $mins%60 }}m@else —@endif | @if($log['was_denied'] ?? false) Denied @else Allowed @endif |
No data available
No roster has been assigned to you this month.
| Date | Shift | Time | Status |
|---|---|---|---|
| {{ $entry['roster_date'] ? \Carbon\Carbon::parse($entry['roster_date'])->format('d M Y') : '—' }} | {{ $entry['shift']['name'] ?? '—' }} | {{ $entry['shift']['start_time'] ?? '' }} — {{ $entry['shift']['end_time'] ?? '' }} | {{ $entry['status'] }} |
No data available
No leave records found in the last 3 months.
| Type | From | To | Days | Status | Reason |
|---|---|---|---|---|---|
| {{ $leave['type'] }} | {{ $leave['from_date'] ? \Carbon\Carbon::parse($leave['from_date'])->format('d M Y') : '—' }} | {{ $leave['to_date'] ? \Carbon\Carbon::parse($leave['to_date'])->format('d M Y') : '—' }} | {{ $leave['days'] }} | {{ $leave['status'] }} | {{ $leave['reason'] ?? '—' }} |
No data available
No pay slips have been generated yet.
{{ $monthLabel }}
@if($slip['reference'] ?? null)Ref: {{ $slip['reference'] }}
@endif