@extends('emails.layouts.default-mail') @section('content')
| @include('emails.components.subject-box', [ 'title' => 'Welcome aboard!', 'description' => 'Your account has been created successfully.', ]) | ||
|
Hello [full-name]! Thank you for joining {{ config('app.name') }}. We're excited to have you on board. Your account is ready — you can sign in anytime using [email].
Email: [email] Registered at: [current-date-time] @endcomponent @component('emails.components.notice-box') Need help getting started? Explore your dashboard to set up your profile and discover everything {{ config('app.name') }} has to offer. If you have any questions, our support team is here to help. @endcomponent
|