• @lang('menu.logo')

    @lang('menu.logo')

  • {{-- BEGIN SELECT THE LANGUAGES --}}
  • @foreach (LaravelLocalization::getSupportedLocales() as $localeCode => $properties) {{ $properties['native'] }} @endforeach
  • {{-- END SELECT THE LANGUAGES --}}
    {{-- START AUTH LINKS --}} @lang('menu.hello'), {{ auth()->user()->name }} avatar {{--
  • @lang('menu.hello'), {{ auth()->user()->name }} avatar
    @lang('menu.profile')
    @csrf
  • --}} {{-- END AUTH LINKS --}} {{-- START NOTIFICATIONS --}} @include('layouts.includes.backend.sections.notifications') {{-- END NOTIFICATIONS --}}