@extends('layout.backend.main');
@section('page_content')
| Id | Employee Name | Date | Status | Clock_in | Clock_out | {{--Late Days | --}}Late_Times | Leave Days | Leave Type | {{--leave_Times | --}}Total_work_done | Overtime_hours | {{--Created At | --}}Action |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $attendence->id }} | {{optional($attendence->employee)->name}} | {{ $attendence->date }} | {{optional($attendence->statuses)->name}} | {{ $attendence->clock_in }} | {{ $attendence->clock_out }} | {{--{{ $attendence->late_days }} | --}}{{ $attendence->late_times }} | {{ $attendence->leave_days }} | {{ $attendence->leave_type_id }} | {{--{{ $attendence->leave_times }} | --}}{{ $attendence->total_work_hours }} | {{ $attendence->overtime_hours }} | Data Not Found | @endforelse