@extends('layouts.admin') @section('header', 'Create New Invoice') @section('content')

Create New Invoice

Fill in the information below to generate a professional invoice for your client

@csrf

Invoice Details

@error('client_id')
{{ $message }}
@enderror
@error('invoice_number')
{{ $message }}
@enderror
@error('invoice_date')
{{ $message }}
@enderror
@error('due_date')
{{ $message }}
@enderror
@error('status')
{{ $message }}
@enderror
@error('payment_terms')
{{ $message }}
@enderror
@error('notes')
{{ $message }}
@enderror

Invoice Items

Invoice Summary

Subtotal:
$
Tax Amount:
$
Discount:
-$ 0.00
Total:
$
Cancel
@endsection @push('scripts') @endpush