KUJUNTI.ID MINISH3LL
Path : /var/www/html/master288-bk/storage/framework/views/
(S)h3ll Cr3at0r :
F!le Upl0ad :

B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H

Current File : /var/www/html/master288-bk/storage/framework/views/ddd4b0ccd131e7d2247e0644ae2e063f9e5d9f05.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('home')); ?>"/>
    <meta property="og:title" content="<?php echo e(__('message.title')); ?>" />
    <meta property="og:description" content="<?php echo e(__('message.description')); ?>" />
    <meta property="og:type" content="game" />
    <meta property="og:url" content="<?php echo e(route('home')); ?>" />
    <meta property="og:image" content="<?php echo e(asset('cover-web.png')); ?>" />
    <meta name="twitter:title" content="<?php echo e(__('message.title')); ?>" />
    <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="casino-game my-0 promotion">
        <div class="border-red">
            <?php
                $pro = $promotions->first();
            ?>
            <img src="<?php echo e(asset($pro->feature_image)); ?>" alt="Promotion" width="100%">
        </div>
        
        <div class="list-item pt-0">
            <div class="row">
                <?php $__currentLoopData = $promotions; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $index=>$promotion): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                    <?php if($index>0): ?>
                        <div class="col-12 col-sm-12 col-md-6 col-lg-6 px-0 px-sm-1 px-md-1 my-1 my-lg-1">
                            <?php if(!empty($promotion->embed_url)): ?> 
                            <div class="ratio ratio-16x9">
                                <a href="<?php echo e(route('promotion-detail',$promotion)); ?>">
                                    <iframe src="<?php echo e($promotion->embed_url); ?>" title="welcome to supermaster789" allowfullscreen></iframe>
                                </a>
                            </div>
                            <?php endif; ?>
                            <div href="#" class="text-decoration-none img-hover-zoom--quick-zoom">
                                <?php if(empty($promotion->embed_url)): ?>  
                                <div class="img-item">
                                    <a href="<?php echo e(route('promotion-detail',$promotion)); ?>">
                                        <img src="<?php echo e(asset($promotion->feature_image)); ?>" alt="" width="100%">
                                    </a>
                                </div>
                                <?php endif; ?>
                                <div class="content-pro">
                                    <p><?php echo Str::limit($promotion->description, 120, '...'); ?></p>
                                    
                                    <div class="row my-1">
                                        <div class="col-4">
                                            <button class="btn btn-warning btn-sm rounded-pill more-detail mx-md-2" data-bs-toggle="modal" data-bs-target="#promotion-<?php echo e($promotion->id); ?>"><i class="fas fa-exclamation-circle"></i>
                                                <?php echo e(__('message.read more')); ?></button>
                                        </div>
                                        <div class="col-8 align-self-center">
                                            <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)); ?>%2Fdocs%2Fplugins%2F&amp;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>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                        <!-- Modal -->
                        <div class="modal fade" id="promotion-<?php echo e($promotion->id); ?>" tabindex="-1" aria-labelledby="promotionContent-<?php echo e($promotion->id); ?>"
                            aria-hidden="true">
                            <div class="modal-dialog modal-dialog-scrollable">
                                <div class="modal-content">
                                    <div class="modal-header py-2 px-3">
                                        <h5 class="modal-title text-warning font-k" id="promotionContent-<?php echo e($promotion->id); ?>"><i class="fas fa-gift"></i> <?php echo e(__('message.promotion')); ?></h5>
                                        <button type="button" class="btn-close" data-bs-dismiss="modal"
                                            aria-label="Close"></button>
                                    </div>
                                    <div class="modal-body">
                                        <img src="<?php echo e(asset($promotion->feature_image)); ?>" alt="Promotion" class="w-100 mb-2">
                                        <?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 endif; ?>
                                        <?php echo $promotion->description; ?>

                                    </div>
                                    <div class="modal-footer p-1">
                                        <button type="button" class="btn btn-warning rounded-pill btn-sm" data-bs-dismiss="modal"><i class="far fa-times-circle"></i> <?php echo e(__('message.close')); ?></button>
                                        <!-- <button type="button" class="btn btn-primary rounded-pill">Save changes</button> -->
                                    </div>
                                </div>
                            </div>
                        </div>
                    <?php endif; ?>
                <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
            </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/master288/resources/views/front/promotion.blade.php ENDPATH**/ ?>

© KUJUNTI.ID