@extends($activeTemplate.'layouts.auth') @section('content') @php $auth = getContent('auth.content', true); @endphp @lang('Please Verify Your Email to Get Access') {{auth()->user()->email}} @csrf @lang('Verification Code') * @lang('Submit') @lang('Please check including your Junk/Spam Folder. if not found, you can') @lang('Resend code') @if ($errors->has('resend')) {{ $errors->first('resend') }} @endif @lang('Welcome to') @endsection @push('script') @endpush
@lang('Please check including your Junk/Spam Folder. if not found, you can') @lang('Resend code')