@php $customizerHidden = 'customizer-hide'; $configData = Helper::appClasses(); @endphp @extends('layouts/layoutMaster') @section('title', 'Verify Email') @section('page-style') @endsection @section('content')
auth-verify-email-cover auth-verify-email-cover

Verify your email ✉️

Account activation link sent to your email address: {{ auth()->check() && auth()->user() ? auth()->user()->email : 'Email not available' }}. Please follow the link inside to continue.

{{-- Skip for now button removed --}}

Didn't get the mail?

@endsection @section('page-script') @endsection