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

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

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

<?php $__env->startSection('content'); ?>
<img style="max-width: 30%;display: block; margin-top: -3rem; margin-left: auto; margin-right: auto;" src="/img/Prestige_Logo.jpg" />

			<div class="app-title">
				<h1 style="margin-top: 6px; text-align: center;">Dashboard</h1>
				<hr>
			</div>
            <div class="row">
            	<div class="large-6 columns">
                     <a href="/quote"><img style="max-width: 40%;margin-left: auto;margin-right: auto;display: block;" src="/img/icons/GetAQuote.png" /><h3 style="text-align: center;">Get a Quote</h3></a>
                </div>
                
                <div class="large-6 columns">
                    <a href="/bureau-reports-menu"><img style="    max-width: 40%;
                                                                   margin-left: auto;
                                                                   margin-right: auto;
                                                                   display: block;" src="/img/icons/CorporateReport.png" /><h3 style="text-align: center;">Bureau Reports</h3></a>
                </div>
            </div>
            <p></p>
            <hr>
            <p></p>
            <div class="row">
                <div class="large-6 columns">
                    <a href="/debt-collection"><img style="    max-width: 40%;
                                                               margin-left: auto;
                                                               margin-right: auto;
                                                               display: block;" src="/img/icons/Handover1.png" /><h3 style="text-align: center;">Handovers</h3></a>
                </div>
                <div class="large-6 columns">
                     <a href="/support"><img style="    max-width: 40%;
                                                        margin-left: auto;
                                                        margin-right: auto;
                                                        display: block;" src="/img/icons/Support.png" /><h3 style="text-align: center;">Request Support</h3></a>
                </div>
            </div>
<!--
            <div class="row">
                 <div class="large-6 columns">
                      <a href="/manage-invoices"><i class="fa fa-money fa-5x" aria-hidden="true"></i><p style="text-align: center;">Manage Billing</p></a>
                 </div>
                <div class="large-6 columns">
                     <a href="/manage-users"><i class="fa fa-users fa-5x" aria-hidden="true"></i><p style="text-align: center;">Client Setup Management</p></a>
                </div>
            </div>
-->


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

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

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


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