Hi {{ $order->agent->name }},
Your order #{{ $order->id }} has been submitted. Please allow approximately 24 to 36 hours for
your order to be added to your dashboard.
Order Summary
@foreach ($order->items as $item)
- {{ strtoupper($item->lead_type) }} • Age: {{ $item->age_bucket }} • {{ $item->state }}
{{ $item->county ? '— ' . $item->county : '' }} • Qty: {{ $item->quantity }} • Unit:
${{ number_format($item->unit_price, 2) }}
@endforeach
Total: ${{ number_format($order->total, 2) }}
— KanfeeAgency Support