@extends('layouts.app') @push('scripts') @endpush @section('content')

Data {{ $title }}

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

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