{{ Form::label('companyId', 'Company') }} {{ Form::select('companyId', $companies, NULL, ['id' => 'company_id', 'class' => 'form-control']) }}
{{ Form::button('Get Sites', ['id' => 'get_sites', 'class' => 'btn btn-lg btn-primary'])}}