Pendapatan Apotik Pendapatan Apotik Laporan Kasir Cetak

LAPORAN PENDAPATAN APOTIK

@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 ($pharmacies as $pharmacy) @empty @endforelse
No Tanggal Nama Nomor Rekam Medis Nomor Ponsel Alamat Total Transaksi
{{ $loop->iteration }} {{ $pharmacy->date->format('d F Y') ?? '-' }} {{ $pharmacy->patient->name ?? $pharmacy->name ?? '-' }} {{ $pharmacy->patient->medical_record_number ?? '-' }} {{ $pharmacy->patient->phone_number ?? $pharmacy->phone_number ?? '-' }} {{ $pharmacy->patient->address ?? $pharmacy->address ?? '-' }} {{ money_format_idr($pharmacy->total_buy) ?? '-' }}

Total Keseluruhan :

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