{{ __('Hello') }} **{{ $user->name }}**,
{{ __('Thank you for registering the account with us. Please click the button below to verify your email address.') }}
Verify Email Address
Thanks,
{{ config('app.name') }}
{{-- Subcopy --}}
@isset($url)
@lang("If you're having trouble clicking the button, copy and paste the URL below\n" . 'into your web browser:', [
'url' => $url,
]) [{{ $url }}]({{ $url }})
@endisset