@extends('layouts.app') @section('content')
| Matricule | Nom | Start | End | Heures travaillées |
|---|---|---|---|---|
| {{ $employee->employee_id }} | {{ $employee->first_name }} {{ $employee->last_name }} | {{ $todaySheet->start_time ?? '-' }} | {{ $todaySheet->end_time ?? '-' }} | {{ $todaySheet->hours_worked ?? '-' }} |