<?php $__env->startSection('title'); ?>
    Under Construction
<?php $__env->stopSection(); ?>

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

<?php $__env->stopSection(); ?>

<?php $__env->startSection('content'); ?>
 <a  href="/dashboard"><button style="    margin-left: 31rem;
                                          margin-top: 0rem;
                                          padding-bottom: 0.01rem;
                                          padding-left: 0rem;"><i style="font-size: 1rem;" class="fa fa-arrow-circle-left" aria-hidden="true"></i> Back</button></a>
<img src="/img/under.png" />

<?php $__env->stopSection(); ?>

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

<?php $__env->stopSection(); ?>


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