%PDF- %PDF-
Direktori : /var/www/html/sljcon/storage/framework/views/ |
Current File : /var/www/html/sljcon/storage/framework/views/68677ecfdefb35a16ea10bcdd099c14dc041e051.php |
<?php $__env->startSection('content'); ?> <div class="container"> <div class="row"> <div class="col-md-12 m_top_30"> <a href="<?php echo e(route('admin.beforeAfter.newOrEdit','new')); ?>" class="btn btn-success pull-right"> <i class="fa fa-plus"></i> Add New </a> </div> </div> <div class="row"> <div class="col-md-12"> <div class="table-responsive"> <table class="table table-striped"> <thead> <tr> <th scope="col">#</th> <th scope="col">Name</th> <th scope="col">Before</th> <th scope="col">After</th> <th scope="col">Action</th> </tr> </thead> <tbody> <?php $__currentLoopData = $items; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <td scope="col"><?php echo e($key + 1); ?></td> <td scope="col"><?php echo e($item->name); ?></td> <td scope="col"> <img src="<?php echo e(env('APP_URL').'uploads/compare/'.$item->before_url); ?>" alt="" class="imgThumbnail"> </td> <td scope="col"> <img src="<?php echo e(env('APP_URL').'uploads/compare/'.$item->after_url); ?>" alt="" class="imgThumbnail"> </td> <td scope="col"> <div class="btn-group" role="group" aria-label="Basic example"> <a type="button" class="btn btn-warning" href="<?php echo e(route('admin.beforeAfter.newOrEdit',$item->id)); ?>"><i class="fa fa-edit"></i></a> <a type="button" class="btn btn-success"><i class="fa fa-search"></i></a> </div> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody> </table> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.app', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>