radfusion/resources/views/staff/studies/show-details.blade.php
2025-01-05 11:58:31 +06:00

8 lines
261 B
PHP

<div>
<h4>Study ID: {{ $study->id }}</h4>
<p>Patient Name: {{ $study->patient_name }}</p>
<p>Study Description: {{ $study->study_description }}</p>
<p>Study Date: {{ $study->study_date }}</p>
<!-- Add more study details as needed -->
</div>