@extends('layouts.app') @section('content')
Page for Finish Good
| PO Buyer No | Invoice No | Date | Buyer Code | Status | Action |
|---|---|---|---|---|---|
| {{ $invoice->po_buyer_no }} | {{ $invoice->no }} | {{ $invoice->formatted_date }} | {{ $invoice->buyer_code }} | @switch($invoice->is_delivered) @case(false) Not complete @break @case(true) Complete @break @default @endswitch | @switch($invoice->is_delivered) @case(false) @break @case(true) @break @default @endswitch |