@if ( count($be_errors) > 0 )

The following errors have occurred:

@endif
@if ( count($success) > 0 )
@endif
{{ Form::open(array('id' => 'search_site_frm', 'url' => url('sites/select-users'), 'role'=>'form', 'method'=>'GET')) }}
{{ Form::label('site', 'Site Name', array('class' => 'control-label')) }} {{ Form::text('', NULL, array('id'=> 'search_site', 'class'=>'form-control')) }}
{{ Form::hidden('site_id', NULL, array('id' => 'site_id')) }}
{{ Form::close() }}