@extends('layouts.app') @section('content')

View Prescription

Prescription Details
{{-- Name --}}
Name:

{{ $report['name'] ?? 'N/A' }}

{{-- User --}}
User:

{{ $user[$report['user_id']] ?? 'N/A' }}

{{-- Report Type --}}
Doctor Report Type:

{{ $report['reportType'] }}

{{-- Uploaded File --}}
Uploaded Report:
@if (!empty($report['reportUpload'])) View File @else

No file uploaded

@endif
{{-- Back button --}} Back
@endsection