{{ __('admin.category_types_statistics') }}
@foreach($statistics as $typeStat)
@if(!empty($typeStat['categories']) && count($typeStat['categories']) > 0)
@endif
{{-- Categories Breakdown (Expandable) --}}
@if(!empty($typeStat['categories']) && count($typeStat['categories']) > 0)
@endif
@endforeach
{{-- Orders Table --}}
{{ $typeStat['name'] }}
@if(isset($typeStat['sub_types']) && count($typeStat['sub_types']) > 0) ({{ implode(' - ', $typeStat['sub_types']) }}) @endif| {{ __('admin.order_status') }} | {{ __('admin.count') }} |
|---|---|
| {{ $stat['status_name'] }} | {{ $stat['count'] }} |
{{-- Table will be loaded here via AJAX --}}