File: /home/cursos.ril.es/storage/framework/views/a4550e6c2c8d2af9b62fb11d669bb73eb572525a.php
<?php $__env->startSection('header'); ?>
@parent
<title><?php echo e($categoria->nombre); ?></title>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('pagina'); ?>
<?php echo $__env->make('layouts.filters', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<div class="entry-content" id="categoria">
<div class="container text-center">
<div class="page-header">
<h1>Cursos de <?php echo e($categoria->nombre); ?></h1>
</div>
<div class="row wrapper" id="cursos">
<?php foreach($cursos as $curso): ?>
<?php echo $__env->make('layouts.curso.grid', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php endforeach; ?>
<div style="display: none;"><?php echo e($cursos->links()); ?></div>
</div>
</div>
</div>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('footer'); ?>
@parent
<script src="/js/cursos.js"></script>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.pagina', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>