@extends('layouts.admin.master') @section('content')
ID | PO Number | PO Date | Distributor | Status | Actions |
---|---|---|---|---|---|
{{ $po->id }} | {{ $po->po_number }} | {{ $po->po_date }} | {{ $po->user->name }} | {{ ucfirst($po->status) }} | View @if($po->status === 'pending') @elseif($po->status === 'approved' && !$po->proformaInvoice) Create Proforma Invoice @endif |