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 |
@extends('layouts.app', ['path' => 'attendance.timesheet']) @section('content')
| Employee | Planned Hours | Worked Hours | Short Hours | Working Days | Absent | Actions |
|---|---|---|---|---|---|---|
| John Smith | 176h | 168h | 8h | 22 | 1 | View Detail |