@component('mail::message') # New order to ship Hi {{ $user->name }}, **Order #{{ strtoupper(substr($order->id, 0, 4)) }}** is paid and ready for fulfillment. - Ship by: **{{ optional($shipBy)->format('M j, Y') ?? 'TBD' }}** - Items: {{ $order->orderItems->count() }} @component('mail::button', ['url' => $ctaUrl]) Open Order @endcomponent Thanks,
Alqove @endcomponent