@if(@$branch['image']) @endif

C/o. {{@$branch['person_name']}}

{{@$branch['address']}}, {{@$branch['city']}}
Bill Pending Report / {{date("d M Y", strtotime($start_date))}} - {{date("d M Y", strtotime($end_date))}}

Date. {{$today}}

@foreach($bills as $bill) @endforeach
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.