@extends('admin.layouts.app') @section('title', get_setting('site_name').' | '.__('Disciplinary case')) @section('content')
{{ __('Status') }}: {{ $case->status }}
{{ __('Employee') }}: {{ $case->incident->staff->user->name ?? '—' }}
{{ __('Rolling compliance total (window)') }}: {{ $complianceTotal }}
{{ __('Category') }}: {{ $case->incident->category->name ?? '—' }}
{{ __('Incident date') }}: {{ $case->incident->incident_date?->format('Y-m-d') }}
{{ __('Reported by') }}: {{ $case->incident->reporter->name ?? '—' }}
{{ __('Description') }}:
{{ __('Evidence paths') }}:
{{ $p }}{{ __('Investigator') }}: {{ $case->investigator->user->name ?? '—' }}
@endif @if($case->investigation_notes){{ __('Investigation notes') }}:
{{ __('Employee reply') }}: ({{ $case->employee_reply_at }})
{{ __('Proposed / final verdict') }}:
{{ __('Uses Approval Hierarchy / supervisor chain when configured for request type :t.', ['t' => 'App\\Models\\DisciplinaryCase']) }}