@extends('layouts.app') @section('title', 'Sick Leave Records') @section('content')
Sick leave and injury follow-up records
| Reference | Employee | Start Date | Days | Type | Actions |
|---|---|---|---|---|---|
| {{ $record->reference_number }} | {{ $record->user->name ?? 'N/A' }} | {{ $record->leave_start_date->format('M d, Y') }} | {{ $record->days_absent ?? 'N/A' }} | View Edit | |
| No records found. | |||||