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

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

</style>
<?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="/bank-code-options"><button style="    margin-left: 32rem;
                                         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>

<h1>AVSR Report</h1>

<div class="row">
    <div class="large-6 columns">
        <label>Response Type:</label>
         <?php echo $xml->UNIQUE_ID_251_LINK->RESPONSE_TYPE; ?>

    </div>
    <div class="large-6 columns">
        <label>Unique ID Link :</label>
         <?php echo $xml->UNIQUE_ID_251_LINK->UNIQUE_ID_251_LINK; ?>

    </div>
</div>

<div class="row">
    <div class="large-6 columns">
        <label>Brand Code:</label>
         <?php echo $xml->UNIQUE_ID_251_LINK->BANK_BRANCH_CD; ?>

    </div>
    <div class="large-6 columns">
        <label>Bank Account :</label>
         <?php echo $xml->UNIQUE_ID_251_LINK->BANK_ACC; ?>

    </div>
</div>

<div class="row">
    <div class="large-6 columns">
        <label>Account Type:</label>
         <?php echo $xml->UNIQUE_ID_251_LINK->BANK_ACC_TYPE; ?>

    </div>
    <div class="large-6 columns">
        <label>ID Number :</label>
         <?php echo $xml->UNIQUE_ID_251_LINK->ID_NUMBER; ?>

    </div>
</div>

<div class="row">
    <div class="large-6 columns">
        <label>Initials:</label>
         <?php echo $xml->UNIQUE_ID_251_LINK->INITIALS; ?>

    </div>
    <div class="large-6 columns">
        <label>Surname :</label>
         <?php echo $xml->UNIQUE_ID_251_LINK->SURNAME; ?>

    </div>
</div>

<div class="row">
    <div class="large-6 columns">
        <label>Initials:</label>
         <?php echo $xml->UNIQUE_ID_251_LINK->INITIALS; ?>

    </div>
    <div class="large-6 columns">
        <label>Surname :</label>
         <?php echo $xml->UNIQUE_ID_251_LINK->SURNAME; ?>

    </div>
</div>



<div class="row">
<hr>
<p>Account Info</p>
<?php if($xml->UNIQUE_ID_251_LINK->SEND_BANK=='Y'): ?>
<label><strong>Record accepted/rejected by sending bank</strong> : Yes</label>
<?php else: ?>
<label><strong>Record accepted/rejected by sending bank</strong> : No</label>
<?php endif; ?>

<p></p>

<?php if($xml->UNIQUE_ID_251_LINK->RECV_BANK=='Y'): ?>
<label><strong>Record accepted/rejected by receiving bank</strong>: Yes</label>
<?php else: ?>
<label><strong>Record accepted/rejected by receiving bank</strong>: No</label>
<?php endif; ?>

<p></p>

<?php if($xml->UNIQUE_ID_251_LINK->RECV_BRANCH=='Y'): ?>
<label><strong>Record accepted/rejected for the receiving bank branch code</strong> : Yes</label>
<?php else: ?>
<label><strong>Record accepted/rejected for the receiving bank branch code</strong> : No</label>
<?php endif; ?>

<p></p>

<?php if($xml->UNIQUE_ID_251_LINK->LATE_DELIVERY=='Y'): ?>
<label><strong>Record was delivered late by bank of the account holder</strong>: Yes</label>
<?php else: ?>
<label><strong>Record was delivered late by bank of the account holder</strong>: No</label>
<?php endif; ?>

<p></p>

<?php if($xml->UNIQUE_ID_251_LINK->ACC_FOUND=='Y'): ?>
<label><strong>Account found by account holder bank</strong>: Yes</label>
<?php else: ?>
<label><strong>Account found by account holder bank</strong>: No</label>
<?php endif; ?>

<p></p>

<?php if($xml->UNIQUE_ID_251_LINK->ACC_OPEN=='Y'): ?>
<label><strong>Account Open</strong>: Yes</label>
<?php else: ?>
<label><strong>Account Open</strong>: No</label>
<?php endif; ?>

<p></p>


<?php if($xml->UNIQUE_ID_251_LINK->ACC_LENGTH=='Y'): ?>
<label><strong>Length of account open</strong>: For more than 3 months</label>
<?php else: ?>
<label><strong>Length of account open</strong>: For less than 3 months</label>
<?php endif; ?>

<p></p>


<?php if($xml->UNIQUE_ID_251_LINK->ACC_TYPE_CORRECT=='Y'): ?>
<label><strong>Account Type Correct</strong>: Yes</label>
<?php else: ?>
<label><strong>Account Type Correct</strong>: No</label>
<?php endif; ?>

<p></p>

<?php if($xml->UNIQUE_ID_251_LINK->ID_NUMBER_MATCH=='Y'): ?>
<label><strong>ID Number Match</strong>: Yes</label>
<?php else: ?>
<label><strong>ID Number Match</strong>: No</label>
<?php endif; ?>

<p></p>

<?php if($xml->UNIQUE_ID_251_LINK->INITIALS_MATCH=='Y'): ?>
<label><strong>Initials Match</strong>: Yes</label>
<?php else: ?>
<label><strong>Initials Match</strong>: No</label>
<?php endif; ?>

<p></p>

<?php if($xml->UNIQUE_ID_251_LINK->NAME_MATCH=='Y'): ?>
<label><strong>Name Match</strong>: Yes</label>
<?php else: ?>
<label><strong>Name Match</strong>: No</label>
<?php endif; ?>

<p></p>

<?php if($xml->UNIQUE_ID_251_LINK->ACC_DEBITS=='Y'): ?>
<label><strong>Account accepts Debits?</strong>: Yes</label>
<?php else: ?>
<label><strong>Account accepts Debits?</strong>: No</label>
<?php endif; ?>

<p></p>

<?php if($xml->UNIQUE_ID_251_LINK->ACC_CREDITS=='Y'): ?>
<label><strong>Account accepts Credits?</strong>: Yes</label>
<?php else: ?>
<label><strong>Account accepts Credits?</strong>: No</label>
<?php endif; ?>

<p></p>

<label><strong>Unique reference number</strong>: <?php echo $xml->UNIQUE_ID_251_LINK->LOAD_REF; ?></label>

</div>
<hr>


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