Recent Orders
@if($recentOrders->count() > 0) View All → @endif
@if($recentOrders->count() > 0)
@foreach($recentOrders as $order)
@endforeach
@else
@endif
{{ $order->order_number }}
{{ $order->created_at->format('M d, Y') }} • {{ $order->items->count() }} item(s)
{{ ucfirst($order->status) }}
KSh {{ number_format($order->total, 2) }}
{{-- Cart Summary --}}
{{-- Quick Actions --}}
{{-- Contact Information --}}
@endif
Your Cart
@if($cartItems->count() > 0) {{ $stats['cart_items'] }} @endif
@if($cartItems->count() > 0)
@foreach($cartItems as $item)
KSh {{ number_format($item->subtotal, 0) }}
@endforeach
@if($item->product->primaryImage)
@else
@endif
{{ $item->product->name }}
Qty: {{ $item->quantity }}
Subtotal
KSh {{ number_format($cartTotal, 2) }}
View Cart & Checkout
@else
@endif
Quick Actions
Contact Info
Edit
{{-- Email --}}
{{-- Phone --}}
{{-- Address --}}
@if(!Auth::user()->phone && !Auth::user()->address)
Email
Phone
{{ Auth::user()->phone ?? 'Not provided' }}
Address
@if(Auth::user()->address || Auth::user()->city || Auth::user()->county)
@if(Auth::user()->address){{ Auth::user()->address }}
@endif @if(Auth::user()->city || Auth::user()->county) {{ Auth::user()->city }}{{ Auth::user()->city && Auth::user()->county ? ', ' : '' }}{{ Auth::user()->county }} @endif @else Not provided @endif
@endif @if(Auth::user()->city || Auth::user()->county) {{ Auth::user()->city }}{{ Auth::user()->city && Auth::user()->county ? ', ' : '' }}{{ Auth::user()->county }} @endif @else Not provided @endif
Complete your profile for faster checkout