• {{ $totalUnreadNotifications }}
    • {{ ___('Notifications') }} ({{ $totalUnreadNotifications }})
      @if ($totalUnreadNotifications) @endif
      • @forelse ($notifications as $notification)
      • @if ($notification->link)
        {!! notification_icon($notification->type) !!}
        {{ text_shorting($notification->title, 30) }} ️
        {{ $notification->created_at->diffforhumans() }}
        @if (!$notification->status)
        @endif
        @else
        {{ text_shorting($notification->title, 30) }} ️
        {{ $notification->created_at->diffforhumans() }}
        @if (!$notification->status)
        @endif
        @endif
      • @empty
      • {{ ___('No notifications found') }}
      • @endforelse
    • {{ ___('View all notifications') }}
    • @foreach ($admin_languages as $adminLanguage)
    • {{ $adminLanguage->name }}
    • @endforeach