• {{ @$totalAdminNotifications }} icon
      @forelse(@$adminNotifications as $notification) @if ($notification->sender)
    • img
      {{ $notification->sender->name }}

      {{ $notification->text }}

      {{ $notification->created_at->diffForHumans() }}
    • @endif @empty

      {{ __('No Data Found') }}

      @endforelse
  • icon
    • icon {{ __('Profile') }}
    • icon {{ __('Change Password') }}
    • icon {{ __('Logout') }}