Periode: {{ date('d-m-Y', strtotime($tanggal_awal)) }} s/d {{ date('d-m-Y', strtotime($tanggal_akhir)) }}
@endif @if ($customer)Customer: {{ $customer->nama }}
@endifNo | Tanggal | No Faktur | Customer | Kota | Sales | Total |
---|---|---|---|---|---|---|
{{ $key + 1 }} | {{ date('d-m-Y', strtotime($tran->tanggal_faktur)) }} | {{ $tran->no_faktur }} | {{ $tran->customer->nama ?? 'N/A' }} | {{ $tran->customer && $tran->customer->kota ? $tran->customer->kota->jenis . ' ' . $tran->customer->kota->nama : '-' }} | {{ $tran->customer && $tran->customer->sales ? $tran->customer->sales->nama : '-' }} | {{ 'Rp. ' . number_format($tran->total_harga, 0, ',', '.') }} |