| Họ và tên: | {{ $prescription->medical_certificate->patient->name }} | Ngày sinh: | {{ \Carbon\Carbon::parse($prescription->medical_certificate->patient->dob)->format('d/m/Y') }} | BHYT: | {{ $prescription->medical_certificate->insurance ? 'Có' : 'Không' }} |
| CCCD: | {{ $prescription->medical_certificate->patient->cccd }} | ||||
| Địa chỉ: | {{ $prescription->medical_certificate->patient->address }} | ||||
| Kết luận khám: | {!! $prescription->medical_certificate->conclude !!} | ||||
| Ngày cấp thuốc: | {{ $prescription->created_at->format('d/m/Y') }} | ||||
| STT | Tên thuốc | Liều lượng | Số lượng | Giá | Thành tiền |
|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $medicine->name }} | {{ $medicine->pivot->dosage }} | {{ $medicine->pivot->quantity }} {{ $medicine->base_unit }} | {{ number_format($medicine->pivot->price, 0, ',', '.') }} VND | {{ number_format($medicine->pivot->subtotal, 0, ',', '.') }} VND |
Lời dặn: {{ $prescription->note }}
Tổng tiền: {{ number_format($prescription->total_payment, 0, ',', '.') }} VNĐ
Ngày {{ now()->format('d') }} tháng {{ now()->format('m') }} năm {{ now()->format('Y') }}
Bác sĩ kê đơn
(Ký, ghi rõ họ tên)
BSCKI. {{ $prescription->doctor->name }}