@php $ttlAmount = 0; use App\Services\CommonService as CS; use App\Services\HmsService as HMS; @endphp
খাত সমূহ
@foreach($packages as $index => $package) @php $ttlAmount += $package['total_amount']; @endphp @endforeach
বিবরণ
টাকা
{{ $package['name_bn'] }}
{{ CS::getDecimalValue($package['total_amount']) . ' /=' }}
মওকুফ -
{{ CS::getDecimalValue($discount) . ' /=' }}
মোট টাকা -
{{ CS::getDecimalValue($ttlAmount-$discount) . ' /=' }}
(কথায় :
{{ ($ttlAmount-$discount) }}
)