@extends('layouts.app') @section('title', 'Edit Invoice') @section('page-title', 'Edit Invoice · ' . $invoice->invoice_number) @section('content') {{-- Reuse create view logic with existing data --}}
@csrf @method('PUT')
{{-- Invoice Header --}}
{{ $invoice->invoice_number }} Editing this invoice will update accounting entries
{{-- Customer --}}

Bill To

{{-- Line Items --}}

Line Items

Inter-State (IGST)
Intra-State (CGST+SGST)
# Item HSN/SAC Unit Qty Rate (₹) Disc% GST% Amount
{{-- Right --}}

Summary

Subtotal
Discount
Taxable
CGST
SGST
IGST
Total
Cancel
@endsection @push('scripts') @endpush