@push('styles') @endpush
{{ $isEditing ? 'Update your clinic change request details.' : 'Submit a request to change your assigned clinic.' }}
@switch($i) @case(1) Current Details @break @case(2) New Clinic Request @break @case(3) Declarations @break @case(4) Review & Submit @break @endswitch
{{ $message }}
@enderror{{ $message }}
@elseMinimum 30 characters required
@enderror{{ strlen($reason) }}/500
Leave blank for earliest feasible date
@error('preferred_effective_date'){{ $message }}
@enderroror drag and drop
PDF, JPG, JPEG, PNG up to 5MB each (max 3 files)
{{ $message }}
@enderror{{ $file->getClientOriginalName() }}
{{ number_format($file->getSize() / 1024, 1) }} KB
{{ $attachment->original_name }}
{{ $attachment->human_size }}
By submitting this request, you confirm that all information provided is accurate and complete. Any false or misleading information may result in the rejection of your request.
@error('confirm_information'){{ $message }}
@enderrorPlease understand that your medical services will continue at your current clinic until your request is approved and the effective date is reached. You should continue attending all scheduled appointments at your current clinic during this period.
@error('confirm_services'){{ $message }}
@enderrorFrom Clinic:
{{ $currentClinic->name }}
To Clinic:
@if($requested_clinic_id) {{ $availableClinics->find($requested_clinic_id)->name ?? 'Not selected' }} @else Not selected @endif
Urgency:
{{ $urgency }}Preferred Date:
{{ $preferred_effective_date ? \Carbon\Carbon::parse($preferred_effective_date)->format('M j, Y') : 'Earliest feasible' }}
{{ $reason ?: 'No reason provided' }}
{{ $urgency_justification }}
Please review all information above. Once submitted, you will not be able to edit this request unless additional information is requested by the Clinic Admin.