@php $customizerHidden = 'customizer-hide'; $pageConfigs = ['myLayout' => 'blank']; @endphp @extends('admin.layouts/layoutMaster' , ['body_class' => 'authentication']) @section('title', 'Verify Email') @section('page-style') @endsection @section('content') @include('admin._partials.auth-section')
@include('admin._partials.auth-svg-top')
@if (session('status') === 'verification-link-sent')
{{ __('A new verification link has been sent to your registered email address.') }}
@endif
Verify your email

Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another

@csrf
@csrf
@endsection