@php $total = 0; @endphp
@if (isset($searchStats))
@foreach ($searchStats as $stat) @php $total += $stat->determination_total; @endphp @endforeach
{{ __('Kullanıcı') }} {{ __('Tespit Sayıları') }}
{{ $stat->user_name }} {{ $stat->determination_total }}
{{ __('') }} {{ $total }}
@endif
@section('scripts2') @endsection