@extends('layouts.app') @section('page_title','Disciplinary Records') @section('page_subtitle','Track formal HR cases, warnings and actions.') @section('content')
| Employee | Case | Date | Status | Action |
|---|---|---|---|---|
| {{ $record->user?->name }} | {{ $record->case_title }} {{ $record->description }} | {{ $record->incident_date?->format('d M Y') }} | {{ ucfirst(str_replace('_',' ',$record->status)) }} | {{ $record->action_taken }} |
No disciplinary records. | ||||