Current File : /home/tradevaly/public_html/storage/framework/views/674bf7a1bbfe07bda927db562a531ff3ab564146.php |
<?php $__env->startPush('title','Thank you for signing up Tradevaly'); ?>
<?php $__env->startSection('content'); ?>
<div class="container text-center">
<div class="card">
<div class="card-header">
<h3 class="display-4">Thank You For Registration!!</h3>
</div>
<div class="card">
<p class="lead"><strong>Please check your email</strong> And Verify First.</p>
<hr>
<form action="<?php echo e(route('front.user.verify.check')); ?>" method='post' class="w-50 m-auto">
<?php echo csrf_field(); ?>
<input type="text" name="code" placeholder="Verification code" class="form-control w-50 m-auto"/>
<button class="btn btn-info btn-sm mt-2">Verify</button>
</form>
<hr/>
<p>
Didn't receive the code?<a href="<?php echo e(route('front.user.verify.resend')); ?>">Resend</a>
</p>
<p>
<a class="btn btn-primary btn-sm login_btn mb-5" href="<?php echo e(route('login')); ?>" role="button">Login</a>
</p>
</div>
</div>
</div>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('script'); ?>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('user.ayaan.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/tradevaly/public_html/resources/views/frontend/pages/auth/verification.blade.php ENDPATH**/ ?>