{{ __('Verify Your Email Address') }}
{{ __('Dear') }} {{ $data['name'] }},
{{ __('Thank you for signing up with') }} {{ env('APP_NAME') }}.
{{ __('To complete your registration, please confirm your email address by clicking the button below:') }}
{{ __('Verify Email Address') }}
{{ __('If the button above doesn’t work, copy and paste this URL into your web browser:') }}
{{ $data['url'] }}">
{{ __('This link will expire in 60 minutes.') }}
{{ __('If you didn’t create this account, you can safely ignore this email.') }}
|