@component('mail::message') # ๐ŸŽ‰ Your Ad Has Been Promoted! Hello **{{ $user->name }}**, Weโ€™re excited to let you know that your ad titled **"{{ $ad->title }}"** has been successfully promoted to **{{ $ad->featured == 1 ? 'Featured' : ($ad->featured == 2 ? 'Top' : 'Promoted') }}** status! --- ## ๐Ÿ”น Promotion Details | Detail | Information | |--------|-------------| | **Promotion Type** | {{ $ad->featured == 1 ? 'Featured' : ($ad->featured == 2 ? 'Top' : 'Promoted') }} | | **Promotion Expiry** | {{ $ad->promotion_ends_at->format('F j, Y, g:i A') }} | | **Verification Status** | Pending (your ad will be live after verification) | --- @component('mail::button', ['url' => $ad->details_url, 'color' => 'success']) View Your Ad @endcomponent --- ### What this means for you - Your ad will appear at the **top of relevant listings**. - It will attract **more visibility and engagement** once verified. - You can track your ad status from your dashboard. --- Thank you for trusting **{{ config('app.name') }}**. Best regards, **The {{ config('app.name') }} Team** @endcomponent