{{ trans('account.suspended_desc') }}
{{-- If the current user is active, provide a redirect message --}} @if (Auth::user() && Auth::user()->is_active){{ trans('account.account_active') }}
{{ trans('account.account_active_desc', ['link' => 'Go now']) }}
{{ trans('account.suspension_reason') }}
{{ Auth::user()->suspension_reason }}
{{ trans('account.suspended_meaning') }}
@if (Auth::user()->isEmployer()){{ trans('account.suspended_causes') }}
@if (Auth::user()->isEmployer()){{ trans('account.appeal_desc') }}
{!! trans('account.appeal_review', ['email' => 'support']) !!}
@if (Auth::user()->suspension_end_date){!! trans('account.reinstatement_date', ['date' => '' . Auth::user()->suspension_end_date->format('F j, Y') . '']) !!}
@endif