@extends('layouts.app') @section('content')

Invoice PO General

Page for Invoice PO General

@foreach ($poGenerals as $poGeneral) @endforeach
No Date BC PO Supplier No PO Supplier Date Supplier Code ETA Date PIC Status Action
{{ $poGeneral->invoice->no }} {{ $poGeneral->invoice->formatted_date }} {{ $poGeneral->invoice->bc['type'] ?? null }} {{ $poGeneral->no }} {{ $poGeneral->formatted_date }} {{ $poGeneral->supplier_code }} {{ $poGeneral->formatted_eta_date }} {{ $poGeneral->invoice->createdBy->full_contact }} @switch($poGeneral->invoice->status) @case(false) Not complete @break @case(true) Complete @break @default @endswitch @switch($poGeneral->invoice->status) @case(false) @break @case(true) @break @default @endswitch
@endsection @section('js') @endsection