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

Good Receive PO General

Page for Good Receive PO General

{{-- --}} @foreach ($poGeneralInvoices as $poGeneralInvoice) {{-- --}} @endforeach
No DateBCSupplier Code ETA Date Status Action
{{ $poGeneralInvoice->no }} {{ $poGeneralInvoice->formatted_date }}{{ $poGeneralInvoice->bc['type'] }}{{ $poGeneralInvoice->po->supplier_code }} {{ $poGeneralInvoice->po->formatted_eta_date }} @switch($poGeneralInvoice->gr_status) @case(false) Not complete @break @case(true) Complete @break @default @endswitch @switch($poGeneralInvoice->gr_status) @case(false) @break @case(true) @break @default @endswitch
@endsection @section('js') @endsection