{!! Form::label('name', 'Name:') !!}
{!! Form::text('name', null,['class'=>'form-control', 'required', 'placeholder'=>'Enter product name ...', 'onblur' => 'ajax_request();']) !!}
{!! Form::label('sku', 'SKU:') !!}
{!! Form::text('sku', null,['class'=>'form-control', 'required', 'placeholder'=>'Enter SKU ...']) !!}
{!! Form::label('', 'Type:') !!}
{!! Form::label('', 'Surgical Set Product:') !!}
{!! Form::label('', 'Top Selling:') !!}