@php $types = ['present' => 'Present', 'late' => 'Late', 'absent' => 'Absent', 'holiday' => 'Holiday']; @endphp @forelse ($employees as $i => $item) @php // IMPORTANT: use the selected date, not today() $attandance = getAttandanceData($item->id, $selectedDate); @endphp {{-- hidden employee id for aligned indexes --}}