@extends('layouts.app') @section('title','Hutang (AP)') @section('breadcrumb')KeuanganHutang (AP)@endsection @section('content')
Kelola hutang pembelian ke supplier
| No. PO | Supplier | Tgl Terima | Total | Status Bayar | Aksi |
|---|---|---|---|---|---|
| {{ $po->no_po }} | {{ $po->supplier?->nama??'-' }} | {{ $po->tgl_terima?->format('d/m/Y')??'-' }} | Rp {{ number_format($po->total,0,',','.') }} | {{ ucfirst($po->status_bayar??'Belum') }} |