{{ __('Show-cause notice') }}

{{ $siteName }} — {{ now()->format('Y-m-d') }}

{{ __('To') }}: {{ $case->incident->staff->user->name ?? '—' }}

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

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

{{ __('Summary') }}:

{{ $case->incident->description }}

@if($settings?->labour_law_notice_blurb)

{!! nl2br(e($settings->labour_law_notice_blurb)) !!}

@endif @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.') }}