{!! Form::label('buy_skus', 'SKUs of Items:') !!}
{!! Form::text('buy_skus', null,['class'=>'form-control', 'placeholder'=>'Enter SKUs to buy ...']) !!}
{!! Form::label('items_buy', 'No of Items to Buy:') !!}
{!! Form::number('items_buy', null,['class'=>'form-control', 'placeholder'=>'Enter number of items to buy ...']) !!}
{!! Form::label('get_skus', 'SKUs to Get:') !!}
{!! Form::text('get_skus', null,['class'=>'form-control', 'placeholder'=>'Enter SKUs to get ...']) !!}
{!! Form::label('items_get', 'No of Items to Get:') !!}
{!! Form::number('items_get', null,['class'=>'form-control', 'placeholder'=>'Enter number of items to get ...']) !!}