@extends('layout.backend.main');
@section('page_content')
| Id | Employee Name | Date | Status | Clock_in | Clock_out | Shift_start | Shift_end | {{--Break_duration | --}}Total_working_hours | Total_work_done | Overtime_hours | {{--Remarks | --}}Created At | Action |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $timesheet->id }} | {{optional($timesheet->employee)->name}} | {{ $timesheet->date }} | {{optional($timesheet->statuses)->name}} | {{ $timesheet->clock_in }} | {{ $timesheet->clock_out }} | {{ $timesheet->shift_start }} | {{ $timesheet->shift_end }} | {{--{{ $timesheet->break_duration }} | --}}{{ $timesheet->fixed_work_hours }} | {{ $timesheet->total_work_hours }} | {{ $timesheet->overtime_hours }} | {{--{{ $timesheet->remarks }} | --}}Data Not Found | @endforelse