@component('mail::message')
__Hi {!! $data['email'] !!},__
Your account has been created successfully on {{ config('app.name') }}. Please verify your account using the code
below:
{!! 'Your verification code generated is: ' . '__' . $data['otp'] . '__' !!}
Please note that this is an auto generated email. Please do not reply to this email.
@lang('Best Regards'),
{{ config('app.name') }}
@endcomponent