@component('components.filters', ['title' => __('report.filters')])
{!! Form::select('user_id', $users ?? [], null, [
'class' => 'form-control select2',
'id' => 'user_id',
'placeholder' => __('lang_v1.all'),
'style' => 'width:100%',
]) !!}
@endcomponent
@endsection
@section('javascript')
@endsection