@extends('admin.layouts.app') @section('title', get_setting('site_name').' | '.__('Disciplinary cases')) @section('content') @include('admin.disciplinary.partials.styles')
{{ __('Track investigations, show-cause notices, and verdicts.') }}
| # | {{ __('Employee') }} | {{ __('Category') }} | {{ __('Status') }} | {{ __('Final action') }} | {{ __('Closed') }} | |
|---|---|---|---|---|---|---|
| {{ $c->id }} | {{ $c->incident->staff->user->name ?? '—' }} | {{ $c->incident->category->name ?? '—' }} | {{ \App\Models\DisciplinaryCase::statusLabel($c->status) }} | {{ $c->finalAction->name ?? '—' }} | {{ $c->closed_at?->format('d M Y H:i') ?? '—' }} | {{ __('Open') }} |
| {{ __('No cases found.') }} | ||||||