Current File : /home/tradevaly/public_html/storage/framework/views/0be55a17818fc450539b1ecf54f8546dd41e3f27.php
<?php $__env->startPush('title'); ?>Contact us <?php $__env->stopPush(); ?>

<?php $__env->startSection('style'); ?>
    <style>
        .jumbotron {
             background-color: transparent!important;  
        }
        .login_btn{
            padding: 7px 32px!important;
        }
    </style>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('content'); ?>
    <div class="jumbotron text-center">
      <h1 class="display-4">Thank You!</h1>
      <p class="lead"><strong>Please check your email</strong> for getting further instruction.</p>
      <hr>
      <p>
        Having trouble? <a href="<?php echo e(route('help')); ?>">Contact us</a>
      </p>
      <p class="lead">
        <a class="btn btn-primary btn-sm login_btn" href="<?php echo e(route('login')); ?>" role="button">Login</a>
      </p>
    </div>

<?php $__env->stopSection(); ?>


<?php $__env->startSection('script'); ?>

<?php $__env->stopSection(); ?>




<?php echo $__env->make('frontend.layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/tradevaly/public_html/resources/views/thankyou.blade.php ENDPATH**/ ?>