@extends('layouts.app') @section('content')
Page for Account Payable
| PO Supplier Invoice No | Date | Supplier Code | Status | Action |
|---|---|---|---|---|
| {{ $invoice->no }} | {{ $invoice->date }} | {{ $invoice->supplier_code }} | @switch($invoice->ap_status) @case(false) Not complete @break @case(true) Complete @break @default @endswitch | @switch($invoice->ap_status) @case(false) @break @case(true) @break @default @endswitch |