@php $total = 0; @endphp
@if (isset($searchStats)) @foreach ($searchStats as $stat) @php $total += $stat['total']; @endphp @endforeach
{{ __('Kategoriler') }} {{ __('Tür Sayıları') }}
{{ $stat['category_title'] }} {{ $stat['total'] }}
{{ __('') }} {{ $total }}
@endif