@push('footer') @at(tt('assets/js/navbar.js')) @endpush @auth @push('miniprofile_buttons')

@t('profile.edit_profile')

@can('admin')

@t('def.admin_panel')

@endcan @endpush @push('nav_right_controls')
  • {{ t('def.notifications') }}
  • @if (sizeof(config('lang.available')) > 1) @endif
  • @endpush @elseauth @push('nav_right_controls_guest') @if (sizeof(config('lang.available')) > 1)
  • @foreach (app('lang.available') as $lang)

    @t('langs.' . $lang)

    @endforeach
  • @endif @endpush @endauth