@extends('layouts.app') @section('content') @include('pages.good-receive.partials.menu')

Good Receive PO Supplier

Page for Good Receive PO Supplier

@foreach ($poSupplierInvoices as $poSupplierInvoice) @endforeach
Invoice No Invoice Date BC Type BC No BC Date Supplier Code ETA Date Status Action
{{ $poSupplierInvoice->no }} {{ $poSupplierInvoice->formatted_date }} {{ $poSupplierInvoice->bc_data['type'] }} {{ $poSupplierInvoice->bc_data['no'] }} {{ $poSupplierInvoice->bc_data['date'] }} {{ $poSupplierInvoice->supplier_code }} {{ $poSupplierInvoice->formatted_eta_date }} @switch($poSupplierInvoice->gr_status) @case(false) Not complete @break @case(true) Complete @break @default @endswitch @switch($poSupplierInvoice->gr_status) @case(false) @break @case(true) @break @default @endswitch
@endsection @section('js') @endsection