<?php $__currentLoopData = $moneyInfos; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $moneyInfo): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php $date =  App\Components\Functions::getDateMoneyInfo($moneyInfo); ?> + Tiền nhà từ ngày <?php echo e($date['start_date']); ?> đến ngày <?php echo e($date['end_date']); ?> là <?php echo e($date['diff']); ?> ngày. Tương ứng với số tiền <?php echo e(number_format($moneyInfo->amount, 0, '.', '.')); ?> VNĐ <br/> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> + Tiền đặt cọc 02(hai) tháng tiền nhà . Tương ứng với số tiền <?php echo e(number_format($contract->room_price * 2, 0, '.', '.')); ?> VNĐ <br/> Sau khi trừ số tiền bên B đã cọc trước cho bên A: <?php echo e(number_format($customDeposit, 0, '.', '.')); ?> VNĐ <br/> Số tiền còn lại phải thanh toán là <?php echo e(number_format($remainDeposit, 0, '.', '.')); ?> đồng. <br/>