@php $staffName = $case->incident->staff->user->name ?? '—'; $issuedAt = $type === 'warning' ? ($case->closed_at?->format('d M Y') ?? now()->format('d M Y')) : ($case->show_cause_issued_at?->format('d M Y') ?? now()->format('d M Y')); @endphp
{{ __('Back') }} {{ __('Case') }} #{{ $case->id }} · {{ $letterTitle }}

{{ $siteName }}

{{ $letterTitle }}

{{ __('Date') }}: {{ $issuedAt }}

{{ __('To') }}: {{ $staffName }}

@if($case->incident->staff?->user_id)

{{ __('Employee ID') }}: {{ $case->incident->staff->user_id }}

@endif @if($type === 'show_cause')

{{ __('Subject') }}: {{ __('Regarding incident dated') }} {{ $case->incident->incident_date?->format('d M Y') }}

{{ __('Category') }}: {{ $case->incident->category->name ?? '—' }}

{{ __('Summary') }}:

{!! nl2br(e($case->incident->description)) !!}

@if($settings?->default_notice_period_days)

{{ __('Notice period (days)') }}: {{ $settings->default_notice_period_days }}

@endif

{{ __('You are requested to submit your written explanation through the employee portal.') }}

@if($settings?->labour_law_notice_blurb) @endif @else

{{ __('Action') }}: {{ $case->finalAction->name ?? '—' }}

@if($case->penalty_points_applied !== null)

{{ __('Penalty points') }}: {{ $case->penalty_points_applied }}

@endif

{{ __('Verdict') }}:

{!! nl2br(e($case->final_verdict)) !!}

{{ __('This letter forms part of your employment record and is issued in line with internal policy and applicable labour rules.') }}

@if($settings?->labour_law_notice_blurb) @endif @endif
{{ __('Employee acknowledgement') }}
{{ __('Authorized signatory') }}