Name | Date | Clock In | Clock Out | Working Hours(hrs) | Status | |
---|---|---|---|---|---|---|
{{ $employee->full_name }}{{ $employee->email }} |
{{ $attend->date }} | {{ $attend->clock_in_time ?? 'N/A'}} | {{ $attend->clock_out_time ?? 'N/A'}} | {{ $attend->total_hours ?? 'N/A'}} | @if ($attend->status == 10) Absent @elseif ($attend->status == 11) Present @else N/A @endif | {{--{!! $attend->status_name['status'] !!} | --}}