@extends('layouts.app') @section('title','New Sales Invoice') @section('styles')@endsection @section('content')
@csrf

{{ $vanSession?'Van billing · '.$vanSession->session_no:'New sales invoice' }}

Barcode-ready, bilingual billing · F2 product · F3 customer · F9 save · F10 print

AUTO NUMBER
Product entryScan barcode or type name/code, then Enter
#Description / الوصفUnitQtyPriceDiscountVAT %VATTotal
Search or scan a product to begin billing.
Payment allocation
Gross0.00
Discount0.00
Taxable0.00
VAT0.00

GRAND TOTALSAR 0.00Balance0.00
Cancel
@endsection @section('scripts') @endsection