|
{{-- |
|
Jenis Registrasi | Nama Pasien | Nomor Rekam Medis |
|
|
|||
|---|---|---|---|---|---|---|---|---|---|
|
@unless ($selectAll)
Anda telah memilih {{ $registrations->count() }} antrian pasien, apakah Anda mau memilih semua {{ $registrations->total() }} antrian pasien?
@else
Anda sekarang memilih semua {{ $registrations->total() }} antrian pasien.
@endif
|
|||||||||
|
@if($registration->on_progress || $registration->is_done)
@else
|
{{ $registration->registration_number ?? '-' }} | {{ $registration->type ?? '-' }} | {{ optional($registration->patient)->name ?? '-' }} | {{ optional($registration->patient)->medical_record_number ?? '-' }} | {{ $registration->priority ?? '-' }} | {{ money_format_idr($registration->total) ?? '-' }} | |||