@csrf
@error('customer_id') {{ $message }} @enderror
@error('category') {{ $message }} @enderror

Choose Product

@foreach ($products as $product) @endforeach
S.No Image Product Quantity On Hand Order Quantity Unit Price Selling Price
{{ $loop->iteration }} {{ $product->name }} {{ $product->name }} {{ $product->quantity_on_hand }}
{{ $product->price }}
S.no Product Quantity Unit Price Sale Price Total Price Action

Order Summary

Total Amount $0.00
No of Products 0
Tax $0.00
Grand Total $0.00
@push('scripts') @endpush