@component('mail::message')
# Hello {{ $customerName ?? 'Customer' }},
We are thrilled to announce that the eagerly awaited item **{{ $itemName }}** is now back in stock!
This popular item tends to sell out quickly, so don't miss the chance to grab yours now.
@component('mail::button', ['url' => $itemLink ?? '/'])
View Item
@endcomponent
Thanks,
{{ config('app.name') }}
@endcomponent