{!! Form::label('name','Name:')!!}
{!! Form::text('name',null, ['class'=>'form-control' , 'required'=>"required"]) !!}
{!! Form::label('whoyouare','Please Tell Us Who You Are:')!!}
{!! Form::select('whoyouare',['Individual Customer'=>'Individual Customer','Distributers & Retailer'=>'Distributers & Retailer','Design Professionals, Interior Designer'=>'Design Professionals, Interior Designer','Other User'=>'Other User'],null, ['class'=>'form-control' , 'required'=>"required"]) !!}