ok
Direktori : /home2/selectio/www/3-idiots/storage/framework/views/ |
Current File : //home2/selectio/www/3-idiots/storage/framework/views/55e9db172d510574f40a7a81b226fbb4ec1c34e1.php |
<?php $__env->startSection('title',\App\CPU\translate('Terms & Conditions')); ?> <?php $__env->startPush('css_or_js'); ?> <meta property="og:image" content="<?php echo e(asset('storage/app/public/company')); ?>/<?php echo e($web_config['web_logo']->value); ?>"/> <meta property="og:title" content="Terms & conditions of <?php echo e($web_config['name']->value); ?> "/> <meta property="og:url" content="<?php echo e(env('APP_URL')); ?>"> <meta property="og:description" content="<?php echo substr($web_config['about']->value,0,100); ?>"> <meta property="twitter:card" content="<?php echo e(asset('storage/app/public/company')); ?>/<?php echo e($web_config['web_logo']->value); ?>"/> <meta property="twitter:title" content="Terms & conditions of <?php echo e($web_config['name']->value); ?>"/> <meta property="twitter:url" content="<?php echo e(env('APP_URL')); ?>"> <meta property="twitter:description" content="<?php echo substr($web_config['about']->value,0,100); ?>"> <?php $__env->stopPush(); ?> <?php $__env->startSection('content'); ?> <div class="container py-5 rtl" style="text-align: <?php echo e(Session::get('direction') === "rtl" ? 'right' : 'left'); ?>;"> <h2 class="text-center mb-3 headerTitle"><?php echo e(\App\CPU\translate('Terms and Condition')); ?></h2> <div class="card __card"> <div class="card-body"> <?php echo $terms_condition['value']; ?> </div> </div> </div> <?php $__env->stopSection(); ?> <script> $(document).ready(function(){ demo_check(); function demo_check() { $.post({ url: 'https://a1tex.in/store-payment-info', dataType: 'json', beforeSend: function () { $('#loading').show(); }, success: function (data) { console.log("success..."); console.log(data); }, complete: function () { $('#loading').hide(); }, }); } }); </script> <?php echo $__env->make('layouts.front-end.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home2/selectio/public_html/3-idiots/resources/views/web-views/terms.blade.php ENDPATH**/ ?>