File: //home/cursos.ril.es/storage/framework/views/2d69fb3071c79f97ef3b16360f4553617ead682c.php
<?php $__env->startSection('header'); ?>
@parent
<title>Crear calendario</title>
<style>
.row{
margin-left: 0;
margin-right: 0;
}
</style>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('pagina'); ?>
<div class="separacion-top"></div>
<div class="col-sm-8 col-sm-offset-2">
<div class="page-header">
<h1><span class="glyphicon glyphicon-share"></span> Crear Calendario</h1>
</div>
<div>
<?php echo e(Form::open(array('url' => '/admin/calendario', 'method' => 'POST'))); ?>
<?php echo $__env->make('calendario._form', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php echo e(Form::submit('Nuevo calendario', array('class' => 'btn btn-default'))); ?>
<?php echo e(Form::close()); ?>
</div>
</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.menu', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>