@extends('master.app') @section('title', 'Create Retail Invoice') @section('pageCSS') @endsection @section('body')
@include('general.valert') @if ($errors->any())
@endif
@csrf {{-- ✅ HEADER --}}

Create Retail Invoice

Single page • Fast • Professional
{{ old('invoice_number', $number) }} Items: 0 Balance: 0 Back
{{-- ✅ INVOICE INFO --}}
Choose invoice item mode
{{-- ✅ ITEMS --}}
Add Items
Prevent empty invoice
{{-- From Stock --}}
{{-- Without Stock --}}
{{-- Items table --}}
# Item Price Qty Total Action
No items yet
{{-- Hidden inputs injected here --}}
{{-- ✅ STATEMENT --}}
Invoice Statement
Discount & Received auto-calc balance
Submit blocked if no items — prevents empty invoices.
@endsection @section('pageJs') @endsection