@extends('layouts.master') @section('title', 'Email Verification') @section('style-libraries') @stop @section('styles') @stop @section('content')
@if(session('success'))

{{ __('website.notify') }}

We have sent a verification link to your email: {{ \Auth::user()->email }}.

@endif

Email Verification - One More Step

Thank you for registering at {{ url('/') }}!

We have sent a verification link to your email: {{ \Auth::user()->email }}. Please follow the steps below to activate your account:

  1. Check Your Inbox: Look for an email from noreply@itvmax.org with the subject "Verify Your Account".
  2. Check Spam/Junk: If you don't see it in your inbox, check your Spam or Junk folder.
  3. Click the Link: Open the email and click the verification link.
  4. Resend Email: If you can't find the email, request a new email.

Need help? Contact us at cs@itvmax.org.

Sincerely, The {{ url('/') }} Team

Resend Email

{{ session()->forget('success') }} @endsection @section('styles') @stop @section('scripts') @stop