{{Form::label('company_name', 'Company Name', ['class'=>'label-control'])}}
{{ $errors->first('company_name') }}
{{ $errors->first('address') }}
{{ $errors->first('phone') }}
{{ $errors->first('email') }}