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