@extends('layouts.backend') @section('extraCss') @endsection @section('mainContentArea')

Add New Party Sale Order (Fab Global)

{{-- FORM AREA --}}
@csrf
order_date)) }}"/> Click on text box to select the date from calendar.
@php $userWarehouses = Auth::user()->stores; if(!empty($userWarehouses)) { $userWarehouses = json_decode($userWarehouses, true); } else { $userWarehouses = NULL; } @endphp @if(empty($userWarehouses)) @else @endif
{{-- FORM AREA --}}
Scan Barcodes
Order Products

All the baarcodes scanned will be added to order after order is saved.


HSN CODE ARTICLE COLOR SIZE BARCODE QTY MRP TAX FINAL
{{-- --}} {{-- --}}
@endsection @section('extraJs') @endsection