@component('mail::message') # Hello {{ $user->name }}, The admin has invited you to activate a **premium subscription**. **Subscription Fee:** ₦{{ number_format($subscription->fee) }} @component('mail::button', ['url' => $paymentUrl]) Pay Now @endcomponent Your subscription will be activated automatically after successful payment. Thanks,
{{ config('app.name') }} @endcomponent