File: //home/cursos.ril.es/storage/framework/views/ece6ed65da6aff1cf4e4b8b6287034a761aec137.php
<?php $__env->startSection('header'); ?>
@parent
<title>Editar 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> Editar Calendario</h1>
</div>
<div>
<?php echo e(Form::model($calendario,array('url' => 'admin/calendario/' . $calendario->id, 'method' => 'PUT'))); ?>
<?php echo $__env->make('calendario._form', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php echo e(Form::submit('Editar 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(); ?>