Thank you for registering with {{ config('app.name') }}. To complete the sign-up process, please verify your email address by clicking the link we just sent to you at
{{ Auth::user()->email }}
If you didn't receive the email, we will gladly send you another.
@if (session('status') == 'verification-link-sent')
{{ __('A new verification link has been sent to the email address ').Auth::user()->email }}
@endif
@else
{{--
{!! session('homeSuccess') !!}
{{-- @else
hello
--}}
@endif