@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
{{__('Şehir') }} {{ __('Tespit Sayısı') }}
{{ $stat->city_title }} {{$stat->city_total }}
@endif