@extends('layouts.app') @section('title', __('gbs::lang.live_users_map')) @section('content')

@lang('gbs::lang.live_users_map')

@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