@component('mail::message') # Payment confirmed Hi {{ $user->name }}, We received your payment for **Order #{{ strtoupper(substr($order->id, 0, 4)) }}** from **{{ $storeName }}**. - Total: ${{ number_format($purchase->total / 100, 2) }} - Estimated ship by: {{ optional($order->ship_by)->format('M j, Y') ?? 'within processing window' }} You'll get another email when the seller ships. Track your order here: @component('mail::button', ['url' => $ctaUrl]) View Order @endcomponent Thanks,
Alqove @endcomponent