@php $customizerHidden = 'customizer-hide'; $configData = Helper::appClasses(); @endphp @extends('layouts/layoutMaster') @section('title', 'Verify Email') @section('page-style') @endsection @section('content')
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?