@extends('layouts.app') @section('content')
Date : {{ $invoicePoSubcon->formatted_date }}
| BC No | : | {{ $invoicePoSubcon->bc['no'] }} |
| BC Type | : | {{ $invoicePoSubcon->bc['type'] }} |
| BC Date | : | {{ $invoicePoSubcon->bc['date'] }} |
| PIC | : | {{ $invoicePoSubcon->po->createdBy->full_contact }} |
Date : {{ $invoicePoSubcon->po->formatted_date }}
| Supplier Code | : | {{ $invoicePoSubcon->po->supplier_code }} |
| Delivery Date | : | {{ $invoicePoSubcon->po->formatted_delivery_date }} |
| ETA Date | : | {{ $invoicePoSubcon->po->formatted_eta_date }} |
| Notes | : | {{ $invoicePoSubcon->po->notes }} |
| PO PIC | : | {{ $invoicePoSubcon->po->createdBy->full_contact }} |
| PO Approved by | : | {{ $invoicePoSubcon->po->approvedBy->full_contact }} |
| PO Approved at | : | {{ $invoicePoSubcon->po->formatted_approved_at }} |