@extends('layouts.master') @section('title') My Orders @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Supplier Portal @endslot @slot('title') My Orders @endslot @endcomponent
| PO # | Reference | Status | Value | Action |
|---|---|---|---|---|
| {{ $po?->po_number ?? '—' }} | {{ $req->reference_no }} | {{ $req->status_label }} | {{ $po ? $po->currency.' '.number_format($po->total,2) : '—' }} | @if($po) View PO Delivery Sheet @endif Details |