{!! Form::hidden('location_id', !empty($default_location) ? $default_location->id : null ,
['id' => 'location_id']); !!}
{!! Form::label('contact_id', __('contact.contact') . ':*') !!}
{!! Form::select('contact_id', $contacts, null, ['class' => 'form-control select2', 'id' => 'contact_id', 'required', 'style' => 'width:100%', 'placeholder' => __('lang_v1.all')]); !!}