%PDF- %PDF-
Direktori : /var/www/html/conference/storage/framework/views/ |
Current File : /var/www/html/conference/storage/framework/views/bc5b94076f7ce9d8cc8f40b3ae07735693db0e51.php |
<?php $__env->startSection('content'); ?> <div class="container"> <div class="row"> <div class="col-md-12 mb30"> <a href="<?php echo e(url('/admin/articles/new')); ?>" class="btn btn-success pull-right">Add New</a> </div> </div> <div class="row"> <div class="col-md-12"> <table class="table table-bordered table-striped"> <thead> <tr> <th>Title</th> <th>Category</th> <th>Action</th> </tr> </thead> <tbody> <?php $__currentLoopData = $articles; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $article): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <td> <?php echo e($article->title); ?> </td> <td> <?php echo e($article->category); ?> </td> <td> <a href="<?php echo e(url('/admin/articles/'.$article->id)); ?>" class="btn btn-warning">Edit</a> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody> </table> <div class="pull-right"> <?php echo e($articles->links()); ?> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.app', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>