@component('mail::message') # New Call Request Received Hello **{{ $ad->belongsToUser->name }}**, You have received a new request to call regarding your ad: **Ad Title:** {{ $ad->title }} **Ad Link:** [View Ad]({{ route('ads.details', [ 'location' => $ad->city_slug, 'category' => $ad->category_slug, 'scategory' => $ad->subcategory_slug, 'slug' => $ad->slug ]) }}) **Requester Details:** - **Name:** {{ $name }} - **Phone:** {{ $phone }} @component('mail::button', [ 'url' => route('ads.details', [ 'location' => $ad->city_slug, 'category' => $ad->category_slug, 'scategory' => $ad->subcategory_slug, 'slug' => $ad->slug ]) ]) View Ad @endcomponent Thanks,
{{ config('app.name') }} @endcomponent