@extends('layouts.customer') @section('customer-content')
Total Orders
{{ $totalOrders }}
Pending Orders
{{ $pendingOrders }}
Wishlist
{{ $wishlistCount }}
| Order # | Date | Items | Total | Status | |
|---|---|---|---|---|---|
| {{ $order->order_number }} | {{ $order->created_at->format('M d, Y') }} | {{ $order->items->count() }} item(s) | {{ price($order->total) }} | {{ ucfirst($order->status) }} | View → |
No orders yet. Start shopping →
@endif{{ $participant->name ?? 'Unknown' }}
{{ $participantType }}{{ $lastMessage ? Str::limit($lastMessage->message ?: 'Sent an image', 30) : ($chat->product ? 'About: ' . $chat->product->name : 'No messages yet') }}
No conversations
Start a new chat to begin messaging