Pendapatan Klinik Pendapatan Klinik Laporan Kasir Cetak

LAPORAN PENDAPATAN KLINIK

@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 ($clinics as $key => $clinic) @empty @endforelse
No Tanggal Nama Nomor Rekam Medis Status Obat Layanan BHP Total
{{ $loop->iteration }} {{ $clinic->date->format('d F Y') ?? '-' }} {{ optional($clinic->patient)->name ?? '-' }} {{ optional($clinic->patient)->medical_record_number ?? '-' }} @if($clinic->has_payed == '1') Telah Bayar @else Belum Bayar @endif {{ money_format_idr($total[$key]['obat']) ?? '-' }} {{ money_format_idr($total[$key]['layanan']) ?? '-' }} {{ money_format_idr($total[$key]['BHP']) ?? '-' }} {{ money_format_idr($total[$key]['total']) ?? '-' }}

Total Keseluruhan :

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