@extends('layouts.app') @section('content')
| Ref. No. | Date | Supplier | Branch | Total Amount | Action | |
|---|---|---|---|---|---|---|
| {{ $purchaseorder->reference_no }}
@if($purchaseorder->is_converted == 1) Converted @endif |
{{ $purchaseorder->po_date->format(app_date_format()) }} | {{ $purchaseorder->supplier->supplier_name ?? '' }} | {{ $purchaseorder->branch->branch_name }} | {{ number_format($purchaseorder->grand_total,2) }} | ||
| @lang('general.no_details_found') | ||||||