Add Sales Return
{!! Form::open(['route'=>array('sales-return.store'),'onsubmit'=>'BtnSubmit.disabled = true', 'method' => 'post']) !!}
{!! Form::close() !!}
{{$errors->first('return_bill_no')}}
{{$errors->first('return_bill_date')}}
{!! Form::select("bill_no", [''=>'Select ']+$invoices, old("bill_no"), ['class'=>'form-control', 'required', 'id'=>'bill_no'] ) !!}
{{$errors->first('bill_no')}}
{{$errors->first('customer_id')}}
{!! Form::select("payment_type", [''=>'Select ', 'credit'=>'Credit','cash'=>'Cash','card'=>'Card'], old("payment_type"), ['class'=>'form-control', 'required', 'id'=>'payment_type'] ) !!}
{{$errors->first('payment_type')}}
{{$errors->first('description')}}
| Part No. & Desc.* | Transaction Type* | Sale Qty. | Return Qty.* | Selling Price* | Discount | Amount | VAT | Total Amount |
|---|
{{$errors->first('total_discount')}}
{{$errors->first('gross_amount')}}