@extends('layouts.app') @section('title', 'Edit ' . $invoice->invoice_number) @section('content') @php $routePrefix = strtolower(auth()->user()->role->name); @endphp

Edit {{ $invoice->invoice_number }}

Update invoice details and line items.
← Back
@if($errors->any())
@endif
@csrf @method('PUT')
Invoice Details
Line Items
Product Qty Unit Price (₹) GST % Line Total
Notes & Terms
Summary
Subtotal₹0.00
GST Total₹0.00
Discount (₹)

Total ₹0.00
Cancel
@endsection @push('script') @endpush