<html>
    <body>

        <h1>Researched Report Request</h1>

        <h3>Report type: <?php echo $request->report; ?></h3>

<hr>
        <h3 style="text-decoration: underline;">Clients Contacts</h3>
        <strong>Client Name:</strong> <?php echo $user->name; ?><br />
        <p></p>
        <strong>Client Email:</strong> <?php echo $user->email; ?><br />
        <p></p>

        <h3 style="text-decoration: underline;">Debtors Details</h3>
        <strong>Company Name:</strong> <?php echo $request->companyName; ?><br />
        <p></p>
        <strong>Debtors Reg Number:</strong> <?php echo $request->DebtorsRegNumber; ?><br />
        <p></p>
        <strong>Contact Person: </strong> <?php echo $request->contactPerson1; ?>

        <p></p>
        <strong>Debtor Contacts :</strong> <?php echo $request->debtorContacts; ?> <br />
        <p></p>
        <strong>Debtor Email:</strong> <?php echo $request->DebtorEmail; ?><br />
        <p></p>

        <h3 style="text-decoration: underline;">Trade References</h3>
        <h4>Reference 1</h4>
        <strong>Company:</strong> <?php echo $request->refCompany1; ?><br />
        <p></p>
        <strong>Credit Terms applied for:</strong> <?php echo $request->termRef1; ?> days<br />
        <p></p>
        <strong>Credit Limit applied for:</strong> <?php echo $request->creditLimitRef1; ?><br />
        <p></p>
        <strong>Contact Person:</strong> <?php echo $request->contactPerson1; ?>

        <p></p>
        <strong>Contact Number:</strong> <?php echo $request->contact1; ?>

        <p></p>

        <h4>Reference 2</h4>
        <strong>Company:</strong> <?php echo $request->refCompany2; ?><br />
        <p></p>
        <strong>Credit Terms applied for:</strong> <?php echo $request->termRef2; ?> days<br />
        <p></p>
        <strong>Credit Limit applied for:</strong> <?php echo $request->creditLimitRef2; ?><br />
        <p></p>
        <strong>Contact Person:</strong> <?php echo $request->contactPerson2; ?>

        <p></p>
        <strong>Contact Number:</strong> <?php echo $request->contact2; ?>

        <p></p>


        <h4>Reference 3</h4>
        <strong>Company:</strong> <?php echo $request->refCompany3; ?><br />
        <p></p>
        <strong>Credit Terms applied for:</strong> <?php echo $request->termRef3; ?> days<br />
        <p></p>
        <strong>Credit Limit applied for:</strong> <?php echo $request->creditLimitRef3; ?><br />
        <p></p>
        <strong>Contact Person:</strong> <?php echo $request->contactPerson3; ?>

        <p></p>
        <strong>Contact Number:</strong> <?php echo $request->contact3; ?>

        <p></p>
        <hr>

        <h4>Banking Details</h4>
        <strong>Initials / Spaces in case of Company:</strong> <?php echo $request->initials; ?>

        <p></p>
        <strong>Surname / Company name:</strong> <?php echo $request->surname; ?>

        <p></p>
        <strong>ID Number / numeric part of Company registration number:</strong> <?php echo $request->idNumber; ?>

        <p></p>
        <strong>Account Number:</strong> <?php echo $request->accountNumber; ?>

        <p></p>
        <strong>Branch Code:</strong> <?php echo $request->branchCode; ?>

        <p></p>
        <strong>Account Type:</strong> <?php echo $request->accountType; ?>

        <p></p>

        <hr>

        <strong>Credit Application Attached.</strong>

        <hr>
    </body>
</html>
