• @lang('Notification') @if ($adminNotificationCount > 0)

      @lang('You have') {{ $adminNotificationCount }} @lang('unread notification')

      @else

      @lang('No unread notification found')

      @endif
      @foreach ($adminNotifications as $notification)
      {{ __($notification->title) }}
      {{ $notification->created_at->diffForHumans() }}
      @endforeach
      @can('admin.notifications') @lang('View all notification') @endcan
    • @lang('Profile') @lang('Password') @lang('Logout')