@extends('layouts.app') @section('content')
Page for Bea Cukai Invoice PO Supplier
| BC Type | BC No | BC Date | Invoice No | Invoice Date | Status | Action |
|---|---|---|---|---|---|---|
| {{ $invoice->bc_data['type'] }} | {{ $invoice->bc_data['no'] }} | {{ $invoice->bc_data['date'] }} | {{ $invoice->no }} | {{ $invoice->formatted_date }} | @switch($invoice->bc_status) @case(false) Not complete @break @case(true) Complete @break @default @endswitch |