8 lines
261 B
PHP
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>
|