{{__('db.The field labels marked with * are required input fields')}}.
{!! Form::open(['route' => 'sales.store', 'method' => 'post', 'files' => true, 'class' => 'sale-form']) !!}| {{__('db.name')}} | {{__('db.Code')}} | {{__('db.Batch No')}} | {{__('db.Quantity')}} | {{__('db.Net Unit Price')}} | {{__('db.Discount')}} | {{__('db.Tax')}} | {{__('db.Subtotal')}} | |
|---|---|---|---|---|---|---|---|---|