@extends('layouts.app') @section('title','Pembelian') @section('page-title','Pembelian') @section('content')
| No. PO | Pemasok | Total | Status | ||
|---|---|---|---|---|---|
| {{ $po->purchase_number }} | {{ $po->supplier?->name }} | Rp {{ number_format($po->total,0,',','.') }} | @php $sc=['draft'=>'yellow','diterima'=>'green','dibatalkan'=>'red'][$po->status]??'gray' @endphp {{ $po->status_label }} | Detail | |
| Belum ada data pembelian. | |||||