<?php $__env->startSection('content'); ?>
    HOMEPAGE
<?php $__env->stopSection(); ?>
<?php $__env->startSection('scripts'); ?>
    <script type="text/javascript">
    </script>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('frontend.main.main', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>