Request to transfer to a different clinic during your pregnancy
{{ $currentClinic->address }}
If you need to transfer to a different clinic during your pregnancy, you can submit a change request here.
@if($pendingRequest->status === 'INFO_REQUESTED') The Clinic Admin has requested additional information for your clinic change request. You cannot submit a new request until this one is completed. @else You have an active clinic change request under review. You cannot submit a new request until this one is processed. @endif
Requested Clinic: {{ $pendingRequest->requestedClinic->name }}
Submitted: {{ $pendingRequest->created_at->format('M d, Y \a\t g:i A') }}
Reason: {{ Str::limit($pendingRequest->reason, 100) }}
Reason: {{ $request->reason }}
Rejection Reason: {{ $request->rejection_reason }}