Path : /var/www/html/moneyexchange/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/moneyexchange/storage/framework/views/39bcca87748b13e2dc2131dab01fc76fe3afae8e.php |
<?php $__env->startSection('content'); ?> <div class="page-wrapper"> <div class="page-breadcrumb"> <div class="row"> <div class="col-12 d-flex no-block align-items-center"> <h4 class="page-title"><?php echo e(__('message.setting')); ?></h4> <div class="ms-auto text-end"> <nav aria-label="breadcrumb"> <ol class="breadcrumb"> <li class="breadcrumb-item"> <a href="<?php echo e(route('settings.create')); ?>" class="btn btn-primary btn-sm"> <i class="fa fa-plus"></i> <?php echo e(__('message.add new')); ?> </a> </li> </ol> </nav> </div> </div> </div> </div> <div class="container-fluid" style="padding-top: 0px;"> <div class="row"> <div class="col-12"> <div class="card"> <div class="card-body"> <div class="table-responsive"> <table id="zero_config" class="table table-striped table-bordered"> <thead> <tr> <th>#</th> <th><?php echo e(__('message.name')); ?></th> <th><?php echo e(__('message.value')); ?></th> <th><?php echo e(__('message.action')); ?></th> </tr> </thead> <tbody> <?php $__currentLoopData = $settings; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $index => $setting): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <td><?php echo e($index+1); ?></td> <td><?php echo e($setting->name); ?></td> <td><?php echo e($setting->value); ?></td> <td> <a href="<?php echo e(route('settings.edit',$setting)); ?>" class="btn btn-primary btn-sm"><i class="fa fa-eye"></i></a> <form method="POST" action="<?php echo e(route('settings.destroy', $setting)); ?>" style="display:inline"> <input name="_method" type="hidden" value="DELETE"> <?php echo e(csrf_field()); ?> <button type="submit" class="btn btn-danger btn-sm" onclick="return confirm('<?php echo e(__('message.do you want to delete')); ?>?')"> <i class="fas fa-trash" style="color: #FFF;"></i> </button> </form> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody> </table> <div class="rows"> <?php echo e($settings->appends($_GET)->links()); ?> </div> </div> </div> </div> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('meta'); ?> <title><?php echo e(__('message.setting')); ?></title> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.main', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/html/moneyexchange/resources/views/setting/settingList.blade.php ENDPATH**/ ?>