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