8 lines
373 B
PHP
8 lines
373 B
PHP
<?php $__env->startSection('content'); ?>
|
|
<div class="clearfix" style="height: 15px;"></div>
|
|
<div class="page_header clearfix page_margin_top">
|
|
<h1 class="page_title"><?php echo $__env->yieldContent('title'); ?></h1>
|
|
</div>
|
|
<?php $__env->stopSection(); ?>
|
|
|
|
<?php echo $__env->make('master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
|