Final Approval Responsibilities

@if (!$all_forms->contains('requires_final_approval', true))

There are no case types that require final approval when closed

@else
@if ($headOfficeUser->user_review_settings->count() > 0)

Forms

Involving Sites

@foreach ($headOfficeUser->user_review_settings as $setting) @if ($setting)
{{ $setting->form->name }}
@if ($setting->form->is_external_link == 0)
@else
@endif
@endif @endforeach @endif
@endif {{-- additional setting --}}

General Settings

is_allocated == '1') checked @endif class="checkbox-medium manage_be_spoke_forms"> Tick this to prevent unallocated cases from being assigned to this user. At least one super user must remain available to receive unallocated cases.
{{-- ------------------ --}}
bypass_case_handler == '1') checked @endif class="checkbox-medium manage_be_spoke_forms"> Allow the user to manage any case they can see, even if it's not assigned to them.
@push('scripts') @endpush