@component('mail::message') # New Ad Posted A new ad has just been posted on the platform. ### Ad Details - **Title:** {{ $ad->title }} - **Price:** GH₵ {{ $ad->price }} - **Posted By:** {{ $ad->belongsToUser->name ?? 'User' }} - **Email:** {{ $ad->email }} - **Status:** {{ ucfirst($ad->verification_status) }} - **Created At:** {{ $ad->created_at->format('d M Y, h:i A') }} @component('mail::button', ['url' => route('admin.ads.details', $ad->id)]) View Details @endcomponent @endcomponent