• @lang('Notification') @if($adminNotifications->count() > 0)

      @lang('You have') {{ $adminNotifications->count() }} @lang('unread notification')

      @else

      @lang('No unread notification found')

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