{!! Form::label('title', 'Title:') !!} {!! Form::text('title', null, ['class' => 'form-control']) !!}
{!! Form::label('interestedin_title', 'Interested-In Title:') !!} {!! Form::text('interestedin_title', null, ['class' => 'form-control']) !!}