{{ $siteName }}
{{ $letterTitle }}
{{ __('Category') }}: {{ $case->incident->category->name ?? '—' }}
{{ __('Summary') }}:
{!! nl2br(e($case->incident->description)) !!}
{{ __('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