JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour

File "035ebb8d1a22659be621b68b435dc5ebf14b441d.php"

Full Path: /var/www/lionsclub/core/storage/framework/views/035ebb8d1a22659be621b68b435dc5ebf14b441d.php
File size: 2.73 KB
MIME-type: text/html
Charset: utf-8

<div>
    <?php if(count($home_links) >0): ?>
        <div class="table-responsive">
            <table class="table table-striped table-bordered">
                <thead class="white">
                <th class="text-center"><?php echo e(__("backend.ordering")); ?></th>
                <th class="text-center"><?php echo e(__("backend.link")); ?></th>
                <th class="text-center"><?php echo e(__("backend.options")); ?></th>
                </thead>
                <?php $__currentLoopData = $home_links; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=>$home_link): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                    <tr>
                        <td class="text-center">
                            <?php echo Form::text('row_no_'.@$home_link->btn_id,@$home_link->btn_order, array('class' => 'form-control row_no inline')); ?>

                        </td>
                        <td class="text-center">
                            <a href="<?php echo e(@$home_link->btn_link); ?>" <?php echo e((@$home_link->btn_target)?"target=\"_blank\"":""); ?>

                            class="btn-sm w-100 <?php echo @$home_link->btn_class; ?>"><?php echo @$home_link->{'btn_title_'. @Helper::currentLanguage()->code}; ?></a>
                        </td>
                        <td class="text-center">
                            <button type="button" onclick="setToEditLink('<?php echo e(@$home_link->btn_id); ?>')"
                                    class="btn btn-sm light dk text-primary" data-toggle="tooltip"
                                    data-original-title="<?php echo e(__('backend.edit')); ?>">
                                <i class="material-icons">&#xe3c9;</i>
                            </button>
                            <button type="button" onclick="setToDelLink('<?php echo e(@$home_link->btn_id); ?>')"
                                    class="btn btn-sm light dk text-danger" data-toggle="tooltip"
                                    data-original-title="<?php echo e(__('backend.delete')); ?>">
                                <small><i class="material-icons">&#xe872;</i>
                                </small>
                            </button>
                        </td>
                    </tr>
                <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
            </table>
        </div>
    <?php else: ?>
        <div class="text-muted">
            <?php echo __("backend.noData"); ?>

        </div>
    <?php endif; ?>
</div>
<script>
    $('[data-toggle="tooltip"]').tooltip({html: true, trigger: "hover"});
</script>
<?php /**PATH /var/www/lionsclub/core/resources/views/dashboard/permissions/home/links/list.blade.php ENDPATH**/ ?>