@extends('layouts.app') @section('title', 'Edit Invoice') @section('content')
@csrf @method('PUT')
{{-- Invoice Details --}}

Invoice Details

{{-- Items --}}

Items

No items added

Click "Add Item" to start adding products.

{{-- Right sidebar --}}
{{-- Customer --}}

Customer

{{-- Currency --}}

Currency

{{-- Totals --}}

Totals

Subtotal ₹0.00
Discount
₹0.00
Tax ₹0.00
Round Off 0.00
Grand Total ₹0.00
{{-- Submit --}}
@push('scripts') @endpush @endsection