@php
use App\Support\LeaveResponsibilityHandoverFeature;
/** @var string $suffix '' or '_edit' for unique element ids on the same page */
$suffix = $suffix ?? '';
$handoverStaffId = $handoverStaffId ?? null;
$onLeaveContact = $onLeaveContact ?? '';
$readonly = $readonly ?? false;
$staffRequired = LeaveResponsibilityHandoverFeature::staffRequired();
$contactRequired = LeaveResponsibilityHandoverFeature::contactRequired();
@endphp
{{ __('Responsibility handover') }}
@if($readonly)
@else
@error('responsibility_handover_staff_id')
{{ $message }}
@enderror
@endif
@if($readonly)
@else
@error('on_leave_address_contact')
{{ $message }}
@enderror
@endif