<?php $__env->startSection('body'); ?>

  <h3>Contact Us</h3>
  <hr>
  <h4><?php echo $store->shop_address; ?></h4><br>
  <h4><?php echo $store->shop_contact; ?></h4>


<?php $__env->stopSection(); ?>
<?php echo $__env->make('/store/template', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>