Path : /var/www/html/master288-bk2/storage/framework/views/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : /var/www/html/master288-bk2/storage/framework/views/ccc8c903e24a30bbfeef84bdf2975851e63b69d5.php |
<?php $__env->startSection('meta'); ?> <title><?php echo e(__('message.promotion')); ?></title> <meta name="description" content="<?php echo e(__('message.description')); ?>"> <meta name="keywords" content="<?php echo e(__('message.title')); ?>"> <link rel="canonical" href="<?php echo e(route('promotion-detail', $promotion->id)); ?>" /> <meta property="og:title" content="<?php echo e(__('message.promotion')); ?>" /> <meta property="og:description" content="<?php echo e(__('message.description')); ?>" /> <meta property="og:type" content="single" /> <meta property="og:url" content="<?php echo e(route('promotion-detail', $promotion->id)); ?>" /> <meta property="og:image" content="<?php echo e(asset($promotion->feature_image)); ?>" /> <meta name="twitter:title" content="<?php echo e(__('message.promotion')); ?>" /> <meta name="twitter:description" content="<?php echo e(__('message.description')); ?>" /> <?php $__env->stopSection(); ?> <?php $__env->startPush('css'); ?> <?php $__env->stopPush(); ?> <?php $__env->startSection('content'); ?> <div class="promotion-detail"> <div class="row"> <div class="col-md-8"> <?php if(!empty($promotion->embed_url)): ?> <div class="ratio ratio-16x9"> <iframe src="<?php echo e($promotion->embed_url); ?>" title="welcome to supermaster789" allowfullscreen></iframe> </div> <?php else: ?> <img src="<?php echo e(asset($promotion->feature_image)); ?>" alt="promotion-thumbnail" class="img-thumbnail w-100"> <?php endif; ?> <div class="desc bg-dark text-white px-1 px-md-3 py-2"> <div class="d-flex justify-content-end social-share"> <div class="fb-share-button mx-2" data-href="<?php echo e(route('promotion-detail', $promotion->id)); ?>" data-layout="button" data-size="small"> <a target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=<?php echo e(route('promotion-detail',$promotion->id)); ?>%2F&src=sdkpreparse" class="fb-xfbml-parse-ignore">Share</a> </div> <script async src="https://telegram.org/js/telegram-widget.js?15" data-telegram-share-url="<?php echo e(route('promotion-detail', $promotion->id)); ?>"></script> <div class="line-it-button mx-2" data-lang="en" data-type="share-a" data-ver="3" data-url="<?php echo e(route('promotion-detail', $promotion->id)); ?>" data-color="default" data-size="small" data-count="false" style="display: none;"></div> <script src="https://www.line-website.com/social-plugins/js/thirdparty/loader.min.js" async="async" defer="defer"> </script> </div> <hr> <?php echo $promotion->description; ?> </div> </div> <div class="col-md-4 mt-3 mt-md-0"> <div class="row"> <?php $__empty_1 = true; $__currentLoopData = $promotions; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $pro): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?> <div class="col-12 my-1"> <a href="<?php echo e(route('promotion-detail', $pro->id)); ?>"> <img src="<?php echo e(asset($pro->feature_image)); ?>" alt="promotino" class="img-thumbnail w-100"> </a> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?> <?php endif; ?> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startPush('scripts'); ?> <?php $__env->stopPush(); ?> <?php echo $__env->make('layouts.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/html/supermaster789/resources/views/front/promotion-detail.blade.php ENDPATH**/ ?>