Name: {{ $report->patient_name }}
Age: {{ $report->age }} years
Email: {{ $report->email }}
Phone: {{ $report->phone_number }}
Report Type: {{ $report->report_type_name }}
Upload Date: {{ $report->created_at->format('M d, Y h:i A') }}
Current Status: {{ $report->status_name }}
Priority Level: {{ $report->urgency_level_name }}
Analysis Fee: PKR {{ number_format($report->price, 2) }}
@if ($report->analyzed_at)Analyzed On: {{ $report->analyzed_at->format('M d, Y h:i A') }}
@endif{{ $report->symptoms }}
{{ $report->medical_history }}
Your medical report is currently being analyzed by our medical experts. You will receive the analysis results via email once completed.
@if ($report->status == 'analyzing')