Pendapatan Laboratorium Pendapatan Laboratorium Laporan Kasir Cetak

LAPORAN PENDAPATAN LABORATORIUM

@if ($this->filters['date-start'] && $this->filters['date-end'] != null) {{ Carbon\Carbon::parse($this->filters['date-start'])->format('d F Y') }} s/d {{ Carbon\Carbon::parse($this->filters['date-end'])->format('d F Y') }} @else {{ $this->filters['date-start'] }} s/d {{ $this->filters['date-end'] }} @endif

@forelse ($patients as $checkup) @empty @endforelse
Nama Nomor Rekam Medis Nama Dokter Status
{{ optional($checkup->patient)->name ?? '-' }} {{ optional($checkup->patient)->medical_record_number ?? '-' }} {{ optional($checkup->doctor)->name ?? '-' }} @if($checkup->has_payed == '1') Telah Bayar @else Belum Bayar @endif
{{--

Total Keseluruhan :

--}}
@push('styles') @endpush @push('scripts') @endpush