@extends('user.auth.layout_profile') @section('content_profile')
Họ tên: {{ $prescription->medical_certificate->patient->name }}
Ngày sinh: {{ $prescription->medical_certificate->patient->dob }}
Họ tên: {{ $prescription->doctor->name }}
Email: {{ $prescription->doctor->email }}
{{ $prescription->note ?? 'Không có ghi chú' }}
| # | Tên thuốc | Liều lượng | Số lượng | Giá | Tổng |
|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $medicine->name }} | {{ $medicine->pivot->dosage }} | {{ $medicine->pivot->quantity }} {{ $medicine->base_unit }} | {{ number_format($medicine->pivot->price) }} VNĐ | {{ number_format($medicine->pivot->subtotal) }} VNĐ |