<?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 style="width: 550px !important;border: solid #009ddc 7px;background-image: url(/img/da-background.jpg);" class="login">
			<div class="app-title">
				<h1>Dashboard</h1>
			</div>
            <div class="row">
                <div class="large-6 columns">
                    <a href="/debt-collection"><i class="fa fa-university fa-5x" aria-hidden="true"></i><p style="text-align: center;">Handovers</p></a>
                </div>
                <div class="large-6 columns">
                    <a href="/bureau-reports-menu"><i class="fa fa-file fa-5x" aria-hidden="true"></i><p style="text-align: center;">Bureau Reports</p></a>
                </div>
            </div>

            <div class="row">
                <div class="large-6 columns">
                     <a href="/quote"><i class="fa fa-phone-square fa-5x" aria-hidden="true"></i><p style="text-align: center;">Get a Quote</p></a>
                </div>
                <div class="large-6 columns">
                     <a href="/support"><i class="fa fa-life-ring fa-5x" aria-hidden="true"></i><p style="text-align: center;">Request Support</p></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>

</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(); ?>