{{ d_trans('Clear Cache') }}
{{ d_trans('Preview') }}
@if (languages()->count() > 1)
@include('admin.partials.language-menu')
@endif
@if ($navbarNotifications['unread'])
{{ $navbarNotifications['unread'] > 9 ? '+9' : $navbarNotifications['unread'] }}
@endif

{{ d_trans('Notifications (:count)', ['count' => $navbarNotifications['unread']]) }}

@if ($navbarNotifications['unread'] > 0)
@csrf
@endif
@forelse ($navbarNotifications['list'] as $navbarNotification) @if ($navbarNotification->link)
{{ $navbarNotification->title }}

{{ $navbarNotification->title }}

{{ $navbarNotification->created_at->diffforhumans() }}

@else
{{ $navbarNotification->title }}

{{ $navbarNotification->title }}

{{ $navbarNotification->created_at->diffforhumans() }}

@endif @empty
{{ d_trans('No notifications found') }}
@endforelse
{{ d_trans('View All') }}
{{ authAdmin()->getName() }}

{{ shorterText(authAdmin()->getName(), 20) }}

{{ shorterText(authAdmin()->email, 20) }}

{{ d_trans('Settings') }} {{ d_trans('Logout') }}
@csrf