@if ( count($be_errors) > 0 )

The following errors have occurred:

@endif
@if ( $errors->count() > 0 )

The following errors have occurred:

@endif
@if ( count($success) > 0 )
@endif
{{ Form::open(array('id' => 'search_user_frm', 'url' => url('app_users/select-site'), 'role'=>'form', 'method'=>'GET')) }}
{{ Form::label('user', 'Username, email, first or last name', array('class' => 'control-label')) }} {{ Form::text('user', NULL, array('id'=> 'search_user', 'class'=>'form-control')) }}
{{ Form::hidden('user_id', NULL, array('id' => 'user_id')) }}
{{ Form::close() }}