{{--Left navbar links--}}
  • {{--
  • Home
  • Contact
  • --}}
{{--SEARCH FORM--}} {{--
--}}
    @php $count_notification = auth()->user()->unreadNotifications->count(); @endphp
  • @if($count_notification > 0) {{ $count_notification }} @else 0 @endif @if(hasRoute("{$jobapp_identifier}.backend.notification.index"))
    @include("{$jobapp_identifier}::notification.partials.count", ['count_notification' => $count_notification])
    @endif
  • {{ $currentLanguage->name }}
    @foreach ($altLocalizedUrls as $alt) {{ $alt['name'] }} @endforeach
  • {{ auth()->user()->name }}
    {{ auth()->user()->name }}
    Website @if(Route::has('simple_cms.acl.backend.user.profile')) Profile @endif
    Logout