@php $configData = Helper::appClasses(); $customizerHidden = 'customizer-hide'; @endphp @extends('layouts/blankLayout') @section('title', 'Verify Email') @section('page-style') {{-- Page Css files --}} @endsection @section('content')
Auth Cover Bg color

Your frest starts here 👩🏻‍💻

Connects to the mail server and checks
whether the mailbox exists or not.

Verify your email ✉️

@if (session('status') == 'verification-link-sent') @endif

Account activation link sent to your email address: {{Auth::user()->email}} Please follow the link inside to continue.

@csrf
@csrf
@endsection