Daily Summary 📊
{{ $businessName }} · {{ $date }}
Revenue today
₦{{ number_format($revenueToday) }}
Orders today
{{ $ordersToday }}
Revenue this month
₦{{ number_format($revenueMonth) }}
Top product today
{{ $topProduct ?? '—' }}
@if($lowStockCount > 0)
⚠️ {{ $lowStockCount }} product{{ $lowStockCount > 1 ? 's' : '' }} below reorder threshold
@endif
Open Dashboard →
@endsection