@extends('Template::layouts.app') @php $bgImage = getContent('backgroundImage.content', true); @endphp @section('panel')
@lang('Verify Email Address')
@csrf

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

@include('Template::partials.verification_code')

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

@endsection @push('script-lib') @endpush @push('style') @endpush