{{ trans('update.n_results_found_for_search', ['count' => $resultCount, 'search' => request()->get('search')]) }}
@if(!empty($webinars) and $webinars->isNotEmpty())
{{ trans('update.courses') }} ({{ count($webinars) }})
@endif
@if(!empty($bundles) and $bundles->isNotEmpty())
{{ trans('update.bundles') }} ({{ count($bundles) }})
@endif
@if(!empty($products) and $products->isNotEmpty())
{{ trans('update.products') }} ({{ count($products) }})
@endif
@if(!empty($upcomingCourses) and $upcomingCourses->isNotEmpty())
{{ trans('update.upcoming_courses') }} ({{ count($upcomingCourses) }})
@endif
@if(!empty($posts) and $posts->isNotEmpty())
{{ trans('update.posts') }} ({{ count($posts) }})
@endif
@if(!empty($instructors) and !empty($organizations) and (count($instructors) + count($organizations)) > 0)
{{ trans('panel.users') }} ({{ (count($instructors) + count($organizations)) }})
@endif