@php $ttlAmount = 0; use App\Services\CommonService as CS; use App\Services\HmsService as HMS; @endphp
খাত সমূহ
@foreach($categoryIdArr as $index => $catId) @php $ttlAmount += $amountArr[$index]; @endphp @endforeach
বিবরণ টাকা
{{ $feeCategory[$catId] }} {{ CS::getDecimalValue($amountArr[$index]) . ' /=' }}
মোট টাকা - {{ CS::getDecimalValue($ttlAmount) . ' /=' }}
(কথায় :  {{ HMS::numberToWordBangla($ttlAmount) }} )