<ul> <?php $__currentLoopData = $fees; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $fee): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php $amount = $fee->fee->fee;
  $f = new \NumberFormatter('vi_VN', \NumberFormatter::SPELLOUT);

        $feeText = $f->format($amount) . ' đồng';
 ?> <li style="text-align:justify"><span style="font-family:Times New Roman,Times,serif">&nbsp;<span style="font-size:12.5pt"><?php echo e(optional($fee->fee)->name); ?>: <?php echo e(number_format(optional($fee->fee)->fee, 0, '.', '.')); ?> <?php echo e(optional($fee->fee)->unit); ?> (<em>Bằng chữ: <?php echo e($feeText); ?> <?php echo e($fee->fee->unit); ?>).</em></span></span></li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul>