<?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" />
<a  href="/dashboard"><button style=" display:block;margin-left: auto;margin-right:auto;
                                         padding-bottom: 0.01rem;
                                         margin-top: 2rem;
                                         padding-left: 0rem;
                                         padding-right: 3rem;
                                         background-color: #093c68;
                                         padding-top: 1rem;"><i style="font-size: 1rem;" class="fa fa-arrow-circle-left" aria-hidden="true"></i>Back</button></a>

<hr>
			<div class="app-title">
				<h1>Bureau Reports</h1>
			</div>
            <div class="row">

                <div class="large-6 columns">
                    <a href="/compuscan-reports"><img style="max-width: 40%;margin-left: auto;margin-right: auto;display: block;" src="/img/icons/CompuscanReport.png" /><h3 style="text-align: center;">Compuscan Business Reports</h3></a>
                </div>
                <div class="large-6 columns">
                     <a href="/business-summary"><img style="max-width: 40%;margin-left: auto;margin-right: auto;display: block;" src="/img/icons/Transunion.png" /><h3 style="text-align: center;">TransUnion Business Reports</h3></a>
                </div>
            </div>
            <hr>


            <div class="row">
                <div class="large-6 columns">
                     <a href="/individual-report"><img style="max-width: 40%;margin-left: auto;margin-right: auto;display: block;" src="/img/icons/PrincipalReport.png" /><h3 style="text-align: center;">Principal Report</h3></a>
                </div>
                <div class="large-6 columns">
                     <a href="/bank-code-options"><img style="max-width: 40%;margin-left: auto;margin-right: auto;display: block;" src="/img/icons/BankCode.png" /><h3 style="text-align: center;">Bank Codes</h3></a>
                </div>
            </div>
            <hr>

            <div class="row">
                <div class="large-6 columns">
                     <a href="/deeds"><img style="max-width: 40%;margin-left: auto;margin-right: auto;display: block;" src="/img/icons/Deeds.png" /><h3 style="text-align: center;">Deeds</h3></a>
                </div>
                <div class="row">
                     <div class="large-6 columns">
                          <a href="/credit-check2"><img style="max-width: 40%;margin-left: auto;margin-right: auto;display: block;" src="/img/icons/binoculars.png" /><h3 style="text-align: center;">Credit Check 2</h3><p style="text-align:center;">Onfile Report</p></a>
                     </div>
                </div>
                <!--
                <div class="large-6 columns">
                     <a href="/under-construction"><img style="max-width: 40%;margin-left: auto;margin-right: auto;display: block;" src="/img/icons/package.png" /><h3 style="text-align: center;">Credit Check 2 + BCD</h3></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(); ?>