%PDF- %PDF-
Direktori : /var/www/html/digiprint/storage/framework/views/ |
Current File : /var/www/html/digiprint/storage/framework/views/912349e46c5a3ad9acb24104b5261cc44af9eccb.php |
<?php $__env->startSection('content'); ?> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="panel panel-default"> <div class="panel-heading"> <h1> <span>Technologies</span> <a class="btn btn-success pull-right" href="<?php echo e(route('dashboard.technologies.details', 'new')); ?>"> Create </a> </h1> </div> </div> <table class="table table-responsive"> <thead> <th>Name</th> <th>Description</th> <th class="text-right">Actions</th> </thead> <tbody> <?php $__currentLoopData = $technologies; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $technology): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <td><?php echo e($technology->name); ?></td> <td><?php echo e($technology->description); ?></td> <td class="text-right"> <a class="btn btn-warning" href="<?php echo e(route('dashboard.technologies.details', $technology->id)); ?>">Edit</a> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody> </table> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('dashboard.layouts.app', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>