Respond to Information Request

Provide the additional information requested by the Clinic Admin

Info Requested

Request Details

#{{ $request->id }}

{{ $request->currentClinic->name }}

{{ $request->requestedClinic->name }}

{{ $request->created_at->format('M d, Y g:i A') }}

{{ $request->reason }}

Additional Information Required

{{ $request->decisionMaker->name ?? 'Clinic Admin' }} {{ $request->updated_at->format('M d, Y g:i A') }}
{{ $request->decision_note }}

Your Response

@error('response')

{{ $message }}

@enderror

Minimum 10 characters, maximum 1000 characters. Be specific and provide all requested details.

@error('attachments.*')

{{ $message }}

@enderror @if(!empty($attachments))

Selected Files:

@foreach($attachments as $index => $file)
@if(str_contains($file->getMimeType(), 'image')) @elseif(str_contains($file->getMimeType(), 'pdf')) @else @endif

{{ $file->getClientOriginalName() }}

{{ number_format($file->getSize() / 1024, 2) }} KB

@endforeach
@endif
Uploading files...

Tips for Your Response

  • Be specific and address each point mentioned in the information request
  • Upload supporting documents (employment letter, proof of address, etc.) as JPEG, PNG, or PDF files
  • Each file should be less than 5MB in size
  • If you cannot provide certain information, explain why
  • After submitting, your request will return to "Pending" status for review