@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/pembayaran_supplier.blade.php on line 154

Warning: Attempt to read property "total" on null in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/laporan/pembelian/pembayaran_supplier.blade.php on line 154
@endforeach
No No Pembayaran Tanggal Pembayaran Supplier Rekening Prepared By Approved By Reviewed By Total Status
{{ $no++ }} {{ $data->no_pembayaran }} {{ $data->tgl_pembayaran }} {{ $data->supplier->nm_supplier }} {{$data->bank_trf}} {{ $data->prepared->name }} {{ ($data->approved->name) ?? "-" }} {{ ($data->reviewed->name) ?? "-" }} {{ number_format($data->total) }} {{ $data->status }}
Total : {{ number_format($gttl) }}
@endsection