LAPORAN DATA INVOICE

@foreach ($datas as $data)
Warning: Undefined variable $data in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/laporan/pembelian/cetak_invoice.blade.php on line 51

Warning: Attempt to read property "total" on null in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/laporan/pembelian/cetak_invoice.blade.php on line 51
@endforeach
No Nomor Jenis Dokumen Tanggal Invoice Prepared By Total
{{ $no++ }} {{ $data->nomor }} {{ $data->jenis_dokumen }} {{ $data->tgl_invoice }} {{ $data->prepared->name }} {{ $data->total }}
Total : {{ number_format($gttl) }}