@component('mail::message') # Hello {{ $student->name }}! Thank you for registering with us. Please activate your account by clicking the button below. @component('mail::button', ['url' => $activationLink, 'color' => 'success']) Activate Account @endcomponent This link will expire in **7 days**. If you did not register, you can ignore this email. Regards, {{ config('app.name') }} @endcomponent