{{ $judul }}

Periode: {{ $tanggal_mulai_formatted }} s/d {{ $tanggal_selesai_formatted }}

@php $no = 1; @endphp @foreach ($items as $item) @endforeach
No. Tanggal Nomor Invoice Pemasok Total Harga
{{ $no++ }} {{ \Carbon\Carbon::parse($item->tanggal_pembelian)->translatedFormat('d F Y') }} {{ $item->nomor_faktur ?? '-' }} {{ $item->nama_pemasok }} Rp {{ number_format($item->total_harga, 0, ',', '.') }}
Total Keseluruhan Rp {{ number_format($items->sum('total_harga'), 0, ',', '.') }}