@extends('layouts.app', ['path' => 'attendance.timesheet']) @section('content')
@include('partials.alerts')
Employees Time Sheet - {{ now()->format('F Y') }}
Employee Planned Hours Worked Hours Short Hours Working Days Absent Actions
John Smith 176h 168h 8h 22 1 View Detail
@endsection