@extends('layouts.app') @section('title', 'New Invoice') @section('content')

New Invoice

Create a new sales invoice

@csrf

Invoice Details

@error('customer_id')

{{ $message }}

@enderror

+ Add new customer

@error('warehouse_id')

{{ $message }}

@enderror

Stock shown based on selected warehouse

@error('invoice_date')

{{ $message }}

@enderror

Items

Product Qty Price Total
No items added. Select a product above to add items.
Subtotal: RM 0.00
Discount: - RM 0.00
Total: RM 0.00

Use this for orders already processed in Dashboard, or to record sales for reference without affecting inventory.

Cancel
@endsection