@component('mail::message') Thank you for payment. You have purchased {{ $userPlan->plan->name }} for {{ $userPlan->plan->day }} days. @php $actionURL = route('user.transaction.invoice.view',$userPlan->transaction->id); @endphp @component('mail::button', ['url' => $actionURL ]) Click to view @endcomponent Thanks,
{{ config('app.name') }} @endcomponent