@section('page-title', 'New Invoice')
Create New Invoice

Choose type below — Invoice, Proforma, or Delivery Note

Back
@csrf
{{-- Main Form --}}
{{-- Document Type --}}
Document Type
{{-- Header Info --}}
Invoice Details
{{-- Client --}}
@error('client_id')
{{ $message }}
@enderror
{{-- Smart Domain / Hosting Selector --}}
{{-- Currency --}}
{{-- Invoice Date --}}
@error('invoice_date')
{{ $message }}
@enderror
{{-- Due Date --}}
@error('due_date')
{{ $message }}
@enderror
{{-- Status --}}
{{-- Line Items --}}
Line Items

Subtotal 0.00
VAT / Tax

Total 0.00
{{-- Side Actions --}}
Summary
Subtotal 0.00
VAT / Tax 0.00

Total 0.00
Cancel
{{-- Quick Domain Reference --}}
Client Domains
Select a client to see their domains.
@section('scripts') @endsection