 <p style="font-weight: bold"><b>Thông báo đóng tiền, phòng <?php echo e($moneyInfo->room->name); ?>, hóa đơn: <?php echo e($moneyInfo->name); ?></b></p> <?php $__currentLoopData = $details; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $detail): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <p><?php echo e($detail->name); ?>(<?php echo e($detail->qty_text_2); ?>): <b style="font-weight: bold"><?php echo e(number_format($detail->amount, 0, '.', '.')); ?></b></p> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <p>Tổng: <b style="font-weight: bold"><?php echo e(number_format($moneyInfo->amount, 0, '.', '.')); ?></b></p> <p>Giảm giá: <b style="font-weight: bold"><?php echo e(number_format($moneyInfo->discount, 0, '.', '.')); ?></b></p> <p>Đã nộp: <b style="font-weight: bold"><?php echo e(number_format($moneyInfo->pay, 0, '.', '.')); ?></b></p> <p style="font-weight: bold">Còn phải nộp: <b style="font-weight: bold"><?php echo e(number_format($moneyInfo->remain, 0, '.', '.')); ?></b></p>