{{-- Lời chào --}}
  • Xin chào! {{ Auth::user()->full_name }}
  • {{-- Icon cài đặt --}}
  • {{-- Icon thông báo --}}
  • {{ $pendingOrdersCount }}
      @if($notifications->isEmpty())
    • Không có thông báo nào.
    • @else @foreach($notifications as $index => $notification) @if($index < 3)
    • Đơn hàng #{{ $notification->user->orders->first()->order_id ?? 'N/A' }}
      {{ $notification->created_at->diffForHumans() }}

    • @endif @endforeach
    • Xem lịch sử thông báo
    • @endif
  • {{-- Nút đăng xuất --}}
  • @csrf
    Đăng xuất