@if (is_countable($team_count_categories) && count($team_count_categories) > 0)
{{ __('frontend.all') }}
@foreach ($team_count_categories as $team_count_category)
@if (isset($team_count_category->team_category->team_category_slug))
{{$team_count_category->team_category->category_name }} ({{ $team_count_category->category_count }})
@endif
@endforeach
@unset ($team_count_category)
@else
@if (Auth::user() || $draft_view == null || $draft_view->status == 'enable')
@endif
@endif