@foreach($attendances as $attendance) @endforeach
Employee Name Employee ID Gender Date of Birth Date of Joining Department Designation Days Worked Sundays Eligible Holidays Leave Enjoyed Total Paid Days Absent 1st Shifts Night Shifts OT Hours Shortage Hours Actions
{{ $attendance->employee_name }} {{ $attendance->employee_id }} {{ $attendance->gender }} {{ $attendance->date_of_birth }} {{ $attendance->date_of_joining }} {{ $attendance->department }} {{ $attendance->designation }} {{ $attendance->days_worked }} {{ $attendance->sundays_eligible }} {{ $attendance->holidays }} {{ $attendance->leave_enjoyed }} {{ $attendance->total_paid_days }} {{ $attendance->absent }} {{ $attendance->first_shifts }} {{ $attendance->night_shifts }} {{ $attendance->ot_hours }} {{ $attendance->shortage_hours }}
@csrf @method('DELETE')
{{ $attendances->links() }}