@extends('layout.backend.main'); @section('page_content') {{-- --}}
{{-- --}} {{-- --}} @forelse ($timesheets as $timesheet) {{-- --}} {{-- --}} @empty @endforelse
Id Employee Name Date Status Clock_in Clock_out Shift_start Shift_endBreak_durationTotal_working_hours Total_work_done Overtime_hoursRemarksCreated 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 }}
id}")}}"> @if (Auth::user()->isAdmin()) id/edit")}}"> id")}}"> Yes, Delete> @endif {{--
@csrf @method('delete')
--}}
Data Not Found
{!! $timesheets->links('pagination::bootstrap-5') !!}
@endsection