Phòng khám đa khoa Unicare
TT Y Tế Thành Phố
Số điện thoại: 082.234.5959
Số phiếu: {{ $prescription->medical_certificate->medical_certificate_code }}
Mã số bệnh nhân
{{ $prescription->medical_certificate->patient->patient_code }}

ĐƠN THUỐC

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') }}
@foreach ($prescription->medicines as $index => $medicine) @endforeach
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 }}