<?php $__env->startSection('title'); ?>
    Bank Code Options
<?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="/bureau-reports-menu"><button style="    margin-left: 32rem;
                                         padding-bottom: 0.01rem;
                                         margin-top: 2rem;
                                         padding-left: 0rem;
                                         padding-right: 3rem;
                                         padding-top: 1rem;"><i style="font-size: 1rem;" class="fa fa-arrow-circle-left" aria-hidden="true"></i>Back</button></a>
<div style="width: 550px !important;border: solid #009ddc 7px;background-image: url(/img/da-background.jpg);" class="login">

			<div class="app-title">
				<h1>Bank Code options</h1>
			</div>
            <div class="row">
                <div class="large-6 columns">
                    <a href="/BCS-request"><i class="fa fa-paper-plane fa-5x" aria-hidden="true"></i><p style="text-align: center;">New BCS Request</p></a>
                </div>
                <div class="large-6 columns">
                     <a href="/check-BCS-status"><i class="fa fa-eye fa-5x" aria-hidden="true"></i><p style="text-align: center;">Collect BCS Report</p></a>
                </div>
            </div>

            <div class="row">
                <div class="large-6 columns">
                    <a href="/OFS-request"><i class="fa fa-folder-open fa-5x" aria-hidden="true"></i><p style="text-align: center;">OFS Request</p></a>
                </div>
                <div class="large-6 columns">
                     <a href="/under-construction"><i class="fa fa-eye fa-5x" aria-hidden="true"></i><p style="text-align: center;">Collect OFS Report</p></a>
                </div>
            </div>
            
               <div class="row">
                <div class="large-6 columns">
                    <a href="/AVSR-request"><i class="fa fa-university fa-5x" aria-hidden="true"></i><p style="text-align: center;">AVSR</p></a>
                </div>
                <div class="large-6 columns">
                     <a href="/under-construction"><i class="fa fa-eye fa-5x" aria-hidden="true"></i><p style="text-align: center;">Collect AVSR Report</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(); ?>