@extends('layouts.app') @section('page_title','Disciplinary Records') @section('page_subtitle','Track formal HR cases, warnings and actions.') @section('content')

Add Disciplinary Record

@csrf

Records

@forelse($records as $record)@empty@endforelse
EmployeeCaseDateStatusAction
{{ $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.
@endsection