C/o. {{@$branch['person_name']}}
Date. {{$today}}
Sr. No. | Name | Grand Total |
---|---|---|
{{$srno}} | {{$bill->name}} | @php $grandtotal = $bill->grandtotal; $roundBillSetting = $bill->is_rounded_bill_amounts; $roundingAmount = (float) $bill->rounding_amount; if ($roundBillSetting == 0 && $roundingAmount !== null) { $actualAmount = $grandtotal - $roundingAmount; $grandTotalAmount = $actualAmount; } elseif ($roundBillSetting == 1) { $ceilAmount = ceil($grandtotal); $floorAmount = floor($grandtotal); $roundValue = $ceilAmount - $grandtotal; $grandTotalAmount = ($roundValue < 0.50) ? $ceilAmount : $floorAmount; } else { $grandTotalAmount = $grandtotal; } echo number_format($grandTotalAmount, 2); @endphp |
TOTAL AMOUNT | {{ Laracore::showPrice($finale_amt) }} |
(Rupees in words){{getIndianCurrency($finale_amt)}}
For, {{@$branch['name']}}
Autho / Sign.