• العربية English
  • {{ $_notifications_count }}
    @foreach ($_notifications as $notification)
    {{ $notification->title }} {{-- 3 mins --}}

    {{ \Illuminate\Support\Str::limit($notification->body, 150, $end = '...') }}

    @endforeach
    See All Notifications
  • {{ __('admin/profile.title') }} {{ __('admin/auth.logout') }}