@push('styles') @endpush
Manage your clinic change requests and track their status
You have an active clinic change request @if($activeRequest->isInfoRequested()) that requires additional information. @else that is currently being reviewed. @endif
You haven't submitted any clinic change requests yet.
@if($canCreateNew) Submit Your First Request @endifSubmitted {{ $request->created_at->format('M j, Y g:i A') }} @if(in_array($request->status, ['APPROVED', 'REJECTED'])) • Processed {{ $request->updated_at->format('M j, Y g:i A') }} @endif
Reason: {{ Str::limit($request->reason, 150) }}
The Clinic Admin has requested additional information. Please respond to continue processing your request.
Respond NowYour clinic change has been approved. @if($request->decision_effective_date) Effective date: {{ $request->decision_effective_date->format('M j, Y') }} @endif
@if($request->decision_note)"{{ $request->decision_note }}"
@endif{{ $request->decision_note }}
@endif