{!! Form::label('sales_person_id', __( 'lang.sales_person' ) . ':') !!}
{!! Form::select('sales_person_id', getSalesPersons(), null , ['class' => 'form-control select', 'id' => 'sales_person_id', 'placeholder' => __('lang.all')]) !!}
{!! Form::label('tag_id', __('lang.tags') . ':') !!}
{!! Form::select('tag_id[]', getTags(), null , ['class' => 'form-control select', 'id' => 'tag_id', 'multiple' => 'multiple', 'style' => 'width: 100%;']) !!}
@includeIf('locations::layouts.location_filter')