@if (!isClientRole())
{!! Form::label('user',trans('messages.user'),[]) !!}
{!! Form::select('users[]',$users,'',['class'=>'form-control show-tick','title'=>trans('messages.select').' '.trans('messages.user'),'multiple'=>'multiple','data-actions-box'=>'true']) !!}
@endif
{!! Form::label('locations',trans('messages.location'),[]) !!}
{!! Form::select('locations[]',$locations,'',['class'=>'form-control show-tick','title'=>trans('messages.select').' '.trans('messages.location'),'multiple'=>'multiple','data-actions-box'=>'true']) !!}
@if (env('COMPANY_ID') == 205)
{!! Form::hidden('download_as','excel') !!}
@else
{!! Form::label('download_as',trans('messages.download').' '.trans('messages.as'),[]) !!}
{!! Form::select('download_as',['pdf'=>'PDF', 'excel'=>'Excel'],'pdf',['class'=>'form-control show-tick', 'title'=>trans('messages.download').' '.trans('messages.as')]) !!}
@endif