<?php $__env->startSection('innerContent'); ?>
	<div class="row">
		<div class="col-lg-12">
			<h1 class="page-header"><?php echo e($title); ?></h1>
		</div>
	</div>
	<div class="row">
		<div class="col-lg-12">
			<?php echo $form->render(); ?>

		</div>
	</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('admin::_layout.inner', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>