<br> <?php echo $roomBooking->room_count; ?> <br> USD <?php echo number_format($roomBooking->room_count * $roomBooking->unit_cost_price * Voucher::getNights($voucher->check_in, $voucher->check_out)->days, 2); ?> </td> </tr> <?php } ?> <tr style="background: lightgrey"> <th>Total Amount</th> <td>USD <?php echo number_format(Voucher::getHotelVoucherAmount($voucher), 2); ?> </td> </tr> </table> </div> </div> <br/> <?php require_once 'emailStructure/footer.php';