Detail Transaksi Obat Detail Transaksi Obat Farmasi @if($checkup->has_payed == '1') Cetak @endif
Rekam Medis: {{ optional($checkup->patient)->medical_record_number ?? '-' }}
Nomor Kartu: {{ optional($checkup->patient)->type_number ?? '-' }}
Nama: {{ optional($checkup->patient)->name ?? '-' }}
Tanggal Lahir: {{ optional($checkup->patient->birthday)->format('d/m/Y') ?? '-' }} ({{ optional($checkup->patient)->age ?? '-' }})
Tanggal Pemeriksaan: {{ $checkup->created_at->format('d/m/Y') ?? '-' }}
Alamat: {{ optional($checkup->patient)->address ?? '-' }}
Nomor Ponsel: {{ optional($checkup->patient)->phone_number ?? '-' }}
Jenis Registrasi: {{ $checkup->queuePatient->type ?? '-' }}
Obat *Centang Jika Stok Obat Ada
@forelse (json_decode($checkup->management->prescriptions) as $key => $prescription) @empty @endforelse
Obat Jumlah Dosis Harga Stok Total
{{ optional($checkup->management->getDrug($prescription->obat))->name ?? '-' }} {{ $prescription->jumlah ?? '-' }} {{ $prescription->dosis ?? '-' }} {{ money_format_idr(optional($checkup->management->getDrug($prescription->obat))->price) ?? '-' }} {{ money_format_idr(optional($checkup->management->getDrug($prescription->obat))->price * $prescription->jumlah) ?? '-' }}
Tidak diinputkan.
Total Bayar {{money_format_idr($total['obat'])}}
@if($checkup->has_payed != '1')
Batal
@endif
@push('scripts') @endpush