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