<div class="other-uk-income">
    <h4 class="text-primary">Other UK income not included in other sections</h4>
    <div class="row">
        <div class="col-md-12">
            <div class="row">
                <label class="control-label col-xs-6">
                    Other taxable income [1]
                </label>
                <span class="col-xs-6">&pound;<?php echo $otherUkIncome[0]->INC16 == '' ? '0.00' : $otherUkIncome[0]->INC16; ?></span>
            </div>
            <div class="row">
                <label class="control-label col-xs-6">
                    Total amount of allowable expenses
                </label>
                <span class="col-xs-6">&pound;<?php echo $otherUkIncome[0]->INC17 == '' ? '0.00' : $otherUkIncome[0]->INC17; ?></span>
            </div>
            <div class="row">
                <label class="control-label col-xs-6">
                    Any tax taken off (for[1])
                </label>
                <span class="col-xs-6">&pound;<?php echo $otherUkIncome[0]->INC18 == '' ? '0.00' : $otherUkIncome[0]->INC18; ?></span>
            </div>
            <div class="row">
                <label class="control-label col-xs-6">
                    Benefit from pre-owned assets [2]
                </label>
                <span class="col-xs-6">&pound;<?php echo $otherUkIncome[0]->INC19 == '' ? '0.00' : $otherUkIncome[0]->INC19; ?></span>
            </div>
            <div class="row">
                <label class="control-label col-xs-6">
                    Description of income in boxes [1] and [2]
                </label>
                <span class="col-xs-6">&pound;<?php echo $otherUkIncome[0]->INC20 == '' ? '0.00' : $otherUkIncome[0]->INC20; ?></span>
            </div>
        </div>
    </div>
    <hr class="hr-class"/>
</div>