@extends('layout.backend.main'); @section('page_content') {{-- --}}
{{-- --}} {{-- --}} {{-- --}} @forelse ($attendences as $attendence) {{-- --}} {{-- --}} @empty @endforelse
Id Employee Name Date Status Clock_in Clock_outLate DaysLate_Times Leave Days Leave Typeleave_TimesTotal_work_done Overtime_hoursCreated AtAction
{{ $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 }}
id}")}}"> @if (Auth::user()->isAdmin()) id/edit")}}"> id")}}"> Yes, Delete> @endif {{--
@csrf @method('delete')
--}}
Data Not Found
{!! $attendences->links('pagination::bootstrap-5') !!}
@endsection