• {{ get_label('home', 'Home') }}
  • {{ get_label('about_us', 'About Us') }}
  • {{ get_label('pricing_plans', 'Pricing Plans') }}
  • {{ get_label('features', 'Features') }}
  • {{ get_label('contact_us', 'Contact Us') }}
  • down-arrow
      @foreach ($languages as $language)
    • {{ $language->name }}
    • @endforeach

@if (auth()->check()) @if (auth()->user()->hasRole('superadmin')) {{ get_label('dashboard', 'Dashboard') }} @else {{ get_label('dashboard', 'Dashboard') }} @endif @else {{ get_label('login', 'Login') }} @endif