@if (Auth::check()) @if (!isset(Auth::user()->email_verified_at))
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
@csrf
{{ __('Resend Verification Email') }}
@else {{-- --}} @endif @endif @if(session('homeSuccess'))
{!! session('homeSuccess') !!}
{{-- @else
hello
--}}
@endif