@component('mail::message') # Hello {{ $senderName ?? 'Sender' }}, {{ $receiverName ?? 'Receiver' }} **has accepted your Interest!** Feel free to connect with {{ $receiverName ?? 'Receiver' }}. Please visit their profile. @component('mail::button', ['url' => url('search/partner/profile/' . Crypt::encrypt($receiverId) . '/details')]) View Profile @endcomponent Thank you, **{{ config('app.name') }}** @endcomponent