@php $total = 0; @endphp
@if (isset($searchStats)) @foreach ($searchStats as $stat) @php $total += $stat->determination_total; @endphp @endforeach
{{ __('Kategori') }} {{ __('Tespit Sayıları') }}
{{ $stat->category_title }} {{ $stat->determination_total }}
{{ __('') }} {{ $total }}
@endif