@extends('layouts.app') @section('title', 'Dashboard - Cost Furniture') @section('page-title', 'Dashboard') @section('content')
| Product Name | Product Type | Product Code | Tanggal | Grand Total | Status |
|---|---|---|---|---|---|
| {{ $invoice->product_name }} | {{ $invoice->product_type }} | {{ $invoice->product_code }} | {{ $invoice->invoice_date->format('d M Y') }} | {{ \App\Helpers\CasegoodHelper::formatRupiah($invoice->grand_total) }} | @if($invoice->is_fixed) Fixed @else Draft @endif |
Belum ada invoice dibuat
Buat Invoice Pertama