@extends($activeTemplate . 'layouts.frontend') @section('frontend') @php $codeVerifyContent = getContent('code_verify.content', true); @endphp
@csrf

@lang('A 6 digit verification code sent to your email address') : {{ showEmailAddress($email) }}

@include($activeTemplate . 'partials.verification_code')
@lang('Please check including your Junk/Spam Folder. if not found, you can') @lang('Try to send again')
@endsection