File: //home/cursos.ril.es/storage/framework/views/c97995251bcb42928233aed6441b34df4442557d.php
<?php $__env->startSection('header'); ?>
@parent
<title>Formación en Zaragoza</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="home">
<div class="container text-center">
<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>
<script>
$(function () {
$('[data-toggle="tooltip"]').tooltip()
})
</script>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.pagina', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>