Edit Invoice: {{ $invoice->invoice_number }}

Back to Invoices
@csrf @method('PUT')
@php $taxPercent = $invoice->subtotal > 0 ? ($invoice->tax_amount / $invoice->subtotal) * 100 : 0; @endphp
View Invoice Cancel