@extends('layouts.app') @section('title', 'Test — '.$test->name) @section('actions') Edit @endsection @section('content')
{{ $test->description ?? 'No description.' }}
@if($test->hasSample()) @php $ext = strtolower(pathinfo($test->sample_path, PATHINFO_EXTENSION)); @endphpNo sample report uploaded.
@endif| Patient | Suggested Date | Notes |
|---|---|---|
| {{ $pt->patient->name ?? '—' }} | {{ $pt->suggested_date->format('d M Y') }} | {{ $pt->notes ?? '—' }} |
| Not suggested to any patient yet. | ||