Attendance Management
Manage monthly attendance uploads for your team.
{{ $month['month_name'] }} {{ $month['year'] }}
@php $uploadedTypes = collect($month['attendance_uploaded'])->pluck('type')->map(fn($t) => is_object($t) ? $t->value : $t)->toArray(); $count = []; @endphp{{ ucfirst($type->value) }}
- @if (count(array_filter($count)) == 0) Status: {{ count(array_filter($count)) }} of 3 files uploaded @else Status: {{ count(array_filter($count)) }} of 3 files uploaded @endif