@extends('layouts.admin.master') @section('content')
ID | Invoice Number | Invoice Date | Due Date | Subtotal | PPN | Grand Total | Status | Actions |
---|---|---|---|---|---|---|---|---|
{{ $invoice->id }} | {{ $invoice->invoice_number }} | {{ $invoice->invoice_date }} | {{ $invoice->due_date }} | {{ number_format($invoice->subtotal, 2) }} | {{ number_format($invoice->ppn, 2) }} | {{ number_format($invoice->grand_total_include_ppn, 2) }} | {{ ucfirst($invoice->status) }} | View PDF Download PDF |
Belum ada Invoice. |