@extends('layouts.app') @section('content')
Date : {{ $poBuyerInvoice->formatted_date }}
| PO Buyer No | : | @foreach ($poBuyerInvoice->purchaseOrders as $poBuyer) @if (!$loop->last) {{ $poBuyer->no }}, @else {{ $poBuyer->no }} @endif @endforeach |
| PO Buyer Date | : | {{ $poBuyerInvoice->date }} |
| Buyer Code | : | {{ $poBuyerInvoice->buyer_code }} |
| Invoice PIC | : | {{ $poBuyerInvoice->createdBy ? $poBuyerInvoice->createdBy->full_contact : '-' }} |
| Invoice Complete At | : | {{ $poBuyerInvoice->formatted_complete_at }} |