@extends('employee.layouts.app') @section('title', get_setting('site_name').' | '.__('Disciplinary')) @section('content')
{{ __('View your disciplinary records and submit replies when required.') }}
| # | {{ __('Category') }} | {{ __('Incident date') }} | {{ __('Status') }} | {{ __('Action') }} |
|---|---|---|---|---|
| #{{ $c->id }} | {{ $c->incident->category->name ?? '—' }} | {{ $c->incident->incident_date?->format('Y-m-d') ?? '—' }} | {{ \App\Models\DisciplinaryCase::statusLabel($c->status) }} | {{ __('View') }} |
| {{ __('No disciplinary records.') }} | ||||