Viewing file: 506133d19ff25f0bcea2b7596663e951.php (3.18 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('title'); ?> <?php echo e(__('Payment Channels')); ?>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('styleplugins'); ?>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?> <div class="container mt-5 pt-5 pb-5"> <div class="row"> <div class="col-12"> <div class="conditions-herder"> <h1>Payment Channels</h1> </div> <div class="conditions-body"> <ul class="nav nav-pills mb-3 mx-lg-3" id="pills-tab" role="tablist"> <li class="nav-item" role="presentation"> <button class="nav-link active" id="pills-home-tab" data-bs-toggle="pill" data-bs-target="#pills-home" type="button" role="tab" aria-controls="pills-home" aria-selected="true">Wallet</button> </li> </ul> <div class="tab-content" id="pills-tabContent"> <div class="tab-pane fade show active" id="pills-home" role="tabpanel" aria-labelledby="pills-home-tab"> <div class="payment-channel-list"> <div class="payment-channel-item"> <div class="payment-channel-item-link text-center"> <div class="payment-channel-item-link-top"> <div class="payment-channel-item-link-top-icon"> <img src="https://cdn.unipin.com/images/payment_channels/1680658005-Nagad%20(1).jpg" alt=""> </div> </div> <div class="payment-channel-item-link-footer">Nagad</div> </div> </div> <div class="payment-channel-item"> <div class="payment-channel-item-link text-center"> <div class="payment-channel-item-link-top"> <div class="payment-channel-item-link-top-icon"> <img src="https://cdn.unipin.com/images/payment_channels/1678779200-1678182038-1650598923-354.png" alt=""> </div> </div> <div class="payment-channel-item-link-footer">bKash</div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <?php $__env->stopSection(); ?>
<?php $__env->startSection('jsplugins'); ?>
<?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/payment_channels.blade.php ENDPATH**/ ?>
|