{{-- Welcome + Amazon status banner --}} @if(!auth()->user()->tenant->hasConnectedAmazonAccount())

Amazon account not connected

Connect your Seller account to start syncing orders.

Connect Now
@endif {{-- Stats --}}
Total Orders
{{ number_format($stats['total_orders']) }}
Shipped Today
{{ number_format($stats['shipped_today']) }}
Pending
{{ number_format($stats['pending_orders']) }}
Revenue (30d)
${{ number_format($stats['revenue_30d'], 0) }}
{{-- Quick links --}}
View Orders
Browse, search and filter all orders
Amazon Integration
@if(auth()->user()->tenant->hasConnectedAmazonAccount()) Connected — manage or sync now @else Connect your seller account @endif