7 lines
No EOL
208 B
PHP
7 lines
No EOL
208 B
PHP
<?php $__env->startSection('main_content'); ?>
|
|
|
|
<h1>Blog!!</h1>
|
|
|
|
<?php $__env->stopSection(); ?>
|
|
|
|
<?php echo $__env->make('master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
|