{{-- Request Type --}}
{{-- Personal Info --}}
{{ __('dashboard.personal_info') }}
{{-- Address --}}
{{ __('dashboard.address') }}
{{-- Required Attachments --}}
{{ __('dashboard.required_attachments') }}
@foreach(\App\Enums\RequiredAttachmentEnum::options() as $option)
attachments ?? [])) ? 'checked' : '' }}>
@endforeach
{{-- Subscription --}}
{{ __('dashboard.subscription') }}
{{-- Status --}}
{{-- Dependents --}}
{{ __('dashboard.dependents') }}
@php $dependents = old('dependents', $contract?->dependents?->toArray() ?? []); @endphp @forelse($dependents as $index => $dep)
@empty @endforelse
@push('scripts') @endpush