@component('mail::message') # {{ __('Welcome, :name!', ['name' => $userDetails->name]) }} {{ __('Congratulations, your payment was successful! You can now start using the application.') }} ### **Payment Details:** - **Amount:** {{ $payment->amount }} {{ $payment->currency }} - **Payment ID:** {{ $payment->payment_id }} - **Status:** ✅ {{ __('Membership is now Active.') }} @component('mail::button', ['url' => $webSiteUrl]) {{ __('Start Application') }} @endcomponent {{ __('If you have any questions, feel free to contact support.') }} Thanks, **{{ config('app.name') }}** @endcomponent