<html>
    <body>

        <h1>Debt Collection Application</h1>
<hr>
        <strong>Debtor:</strong> <?php echo $debtCollection->debtor; ?><br />
        <p></p>
        <strong>Ref Number:</strong> <?php echo $debtCollection->reference; ?><br />
        <p></p>
        <strong>Registration Number:</strong> <?php echo $debtCollection->registration_number; ?><br />
        <p></p>
        <strong>Amount R:</strong> <?php echo $debtCollection->amount; ?><br />
        <p></p>
        <strong>Outstanding Since:</strong> <?php echo $debtCollection->outstandingSince; ?><br />
        <p></p>
        <strong>Cause:</strong> <?php echo $debtCollection->cause; ?><br />
        <p></p>
        <strong>Interest :</strong> <?php echo $debtCollection->interest; ?> %<br />
        <p></p>
        <strong>Contact Person:</strong> <?php echo $debtCollection->contactPerson; ?><br />
        <p></p>
        <strong>Telephone:</strong> <?php echo $debtCollection->telephone; ?><br />
        <p></p>
        <strong>Fax:</strong> <?php echo $debtCollection->fax; ?><br />
        <p></p>
        <strong>Cell:</strong> <?php echo $debtCollection->cell; ?><br />
        <p></p>
        <strong>Email:</strong> <?php echo $debtCollection->email; ?><br />
        <p></p>
        <strong>Physical Address:</strong> <?php echo $debtCollection->physicalAddress; ?><br />
        <p></p>
        <strong>Postal Address:</strong> <?php echo $debtCollection->postalAddress; ?><br />
        <hr>
        <img style="max-width: 50%;" src="http://collectionsonline.co.za/images/logo2.png" alt="feature img">
    </body>
</html>
