Viewing file: 5bcfd94d4d06269b8923781984c6477e.php (2.05 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('meta'); ?> <meta name="keywords" content="<?php echo e($setting->meta_keywords); ?>"> <meta name="description" content="<?php echo e($setting->meta_description); ?>"> <?php $__env->stopSection(); ?> <?php $__env->startSection('styleplugins'); ?> <style> .thank-you-card { margin: 30px 0px; background: rgba(255, 255, 255, 0.1); padding: 40px; border-radius: 15px; text-align: center; box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); } .thank-you-card h1 { font-size: 2.5rem; font-weight: bold; color: white; } .thank-you-card p { font-size: 1.2rem; margin: 20px 0; color: white; } .login-now-btn { background: #ff962d; padding: 10px 20px; border-radius: 5px; color: white; text-decoration: none !important;
font-weight: bold; text-align: center; line-height: 30px; letter-spacing: 1px; font-size: 20px; } .login-now-btn:hover { font-weight: bold; text-align: center; line-height: 30px; letter-spacing: 1px; font-size: 20px; } </style> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <main class="solo-p-moblie"> <div class="mb-md-1 pb-md-3"></div> <div class="container"> <div class="row"> <div class="thank-you-card col-lg-12 col-md-6"> <h1>Thank You!</h1> <p>Your account has been created successfully! Log in now to explore exclusive deals and start your shopping journey.</p> </p> <a href="<?php echo e(route('user.login')); ?>" class="login-now-btn">Login now</a> </div> </div> </div> </main> <?php $__env->stopSection(); ?>
<?php echo $__env->make('master.front', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/picotech/domains/game.picotech.app/public_html/core/resources/views/front/thank_you.blade.php ENDPATH**/ ?>
|