@extends('layouts.app') @section('title', 'Invoice BOM - Cost Furniture') @section('page-title', 'Invoice BOM') @section('content')
Bill of Materials untuk produk furniture
| ID | Product Name | Product Code | Type | Category | Grand Total | Status | Created At | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ $invoice->id }} |
{{ $invoice->product_name }}
|
{{ $invoice->product_code }} | {{ $invoice->product_type }} | {{ $invoice->product_category }} | {{ \App\Helpers\CasegoodHelper::formatRupiah($invoice->grand_total) }} | @if($invoice->is_fixed) Fixed @else Draft @endif | {{ $invoice->created_at->format('d M Y') }} | |
|
Belum ada Invoice BOM. Klik tombol "Buat Invoice BOM" untuk memulai. |
||||||||