{!! Form::label('typeId', trans('laravelblocker::laravelblocker.forms.blockedTypeLabel'), array('class' => 'col-md-3 control-label')); !!}
@if ($errors->has('typeId')) {{ $errors->first('typeId') }} @endif