@php $nav_menu = Cache::rememberForever('nav_menu', function () { return menuGetBySlug('nav-menu'); }); $categories = \Modules\Course\app\Models\CourseCategory::with('translation') ->where('status', 1) ->whereNull('parent_id') ->get(); @endphp
@if ($setting?->header_topbar_status == 'active')
@if ($setting?->header_social_status == 'active')
  • {{ __('Follow Us On') }} :
  • @foreach (getSocialLinks() as $socialLink)
  • img
  • @endforeach
@endif
    @if (count(allLanguages()?->where('status', 1)) > 1)
    @endif @if (count(allCurrencies()?->where('status', 'active')) > 1)
    @endif
@endif