@csrf @method('POST')
@component('front.components.select_recursive', [ 'label' => NULL, 'select_label' => __('Kategori Seçiniz'), 'name' => 'determinationCategoryId', 'options' => $categories, 'option_id' => 'id', 'option_value' => 'title', 'selected_value' => Request::input('determinationCategoryId'), ]) @endcomponent
@if (isset($searchStats)) @foreach ($searchStats as $stat) @endforeach
{{ __('İller') }} {{ __('Kullanıcı') }} {{ __('Tespit Sayısı') }}
{{ $stat->city_title }} {{ $stat->user_name }} {{ $stat->user_total }}
@endif