{{-- @push('scripts') @endpush
No | Tanggal | No Faktur | Customer | Kota | Sales | Total | Aksi |
---|---|---|---|---|---|---|---|
{{ $loop->iteration + $transaksi->firstItem() - 1 }} | {{ \Carbon\Carbon::parse($item->tanggal_faktur)->format('d-m-Y') }} | {{ $item->no_faktur }} | {{ $item->customer->nama ?? '-' }} | {{ $item->customer->kota->nama ?? '-' }} | {{ $item->customer->sales->nama ?? '-' }} | Rp {{ number_format($item->total_harga_margin, 0, ',', '.') }} | |
Tidak ada data ditemukan |