@if (isset($trendingCategories) && count($trendingCategories) > 0) @foreach ($trendingCategories as $cat) @endforeach @else @endif
{{ __('dashboard.category') }} {{ __('dashboard.antall') }} {{ __('dashboard.total') }} {{ __('dashboard.total_sale_per') }}
  {{ $cat['name'] }} {{ $cat['total_qty'] }} {{ numberFormat($cat['total_price'], 1, false) }} {{ $cat['total_sale_per'] .'%' }}
{!! __('common.no_records') !!}