@extends('employee.layouts.app') @section('title', get_setting('site_name').' | '.__('Disciplinary case')) @section('content')
{{ __('Status') }}: {{ $case->status }}
{{ __('Category') }}: {{ $case->incident->category->name ?? '—' }}
{{ __('Incident date') }}: {{ $case->incident->incident_date?->format('Y-m-d') }}
{{ __('Summary') }}:
{{ __('Your rolling compliance total') }}: {{ $complianceTotal }}
@if($settings?->grievance_instructions){{ __('Outcome') }}: {{ $case->finalAction->name }}
@endif{{ __('Reply submitted at :t', ['t' => $case->employee_reply_at]) }}