@extends('layouts.mother') @section('title', 'Clinic Change Request') @section('content')
Request to transfer to a different clinic during your pregnancy
{{ $currentClinic->address }}
@if($pendingRequest->status === 'INFO_REQUESTED') The Clinic Admin has requested additional information for your clinic change request. @else You have an active clinic change request under review. @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 }}