@php $total = 0; @endphp
@foreach ($stats as $name=>$count) @php $total += $count; @endphp @endforeach
{{ __('Kullanıcı') }} {{ __('Tespit Sayıları') }}
{{ $name }} {{ $count }}
{{ __('') }} {{ $total }}
@section('scripts2') @endsection