@extends('layouts.app') @section('content') @include('pages.good-receive.partials.menu')
Page for Good Receive PO General
| No | Date | {{--BC | --}}Supplier 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 |