@extends('layouts.app') @section('content') @include('pages.invoice.po-supplier.partials.menu')

Invoice PO Supplier Merging

Page for Merging Invoice to PO Supplier

@csrf
@foreach ($poSuppliers as $poSupplier) @endforeach
No Date PO Supplier No PO Supplier Date Supplier Code ETA Date PIC Status Action
{{ $poSupplier->id }} {{ $poSupplier->no }} {{ $poSupplier->formatted_date }} {{ $poSupplier->no }} {{ $poSupplier->formatted_date }} {{ $poSupplier->supplier_code }} {{ $poSupplier->formatted_eta_date }} {{ $poSupplier->createdBy->full_contact }} @switch($poSupplier->invoice_status) @case(false) Not complete @break @case(true) Complete @break @default @endswitch @switch($poSupplier->invoice_status) @case(false) @break @case(true) @break @default @endswitch
@endsection @section('js') @endsection