| No | Tanggal Registrasi | Nomor Pasien | Nama | Pekerjaan | Alamat | Diagnosa | Jenis Pasien | Obat | Layanan | BHP | Total |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ optional($clinic->date)->format('d F Y') ?? '-' }} | {{ $clinic->patient->medical_record_number ?? '-' }} | {{ $clinic->patient->name ?? '-' }} | {{ $clinic->patient->job ?? '-' }} | {{ $clinic->patient->address ?? '-' }} |
|
{{ $clinic->patient->type ?? '-' }} |
|
|
|
{{ money_format_idr($clinic->total) }} | @php($total += (int) $clinic->total)
|
Total :
|
{{ money_format_idr($total) }} | ||||||||||