@include('emails.header')
Hi {{ $data['user']?->name }},
Thank you for registering with BMF Competitions! Your account has been successfully created. To get started, please
follow the steps below to activate your account:
To activate your account, click the button below:
@if (isset($data['user']?->verify_url))
Activate Now
@endif
If you’re having trouble with the button, copy and paste this URL into your browser:
@if (isset($data['user']?->verify_sec_url))
{{ $data['user']?->verify_sec_url }}
@endif
If you didn’t request this, please ignore this message or contact us with any questions.
@include('emails.footer')