{{$societyinfo->cust_name}}

{{$societyinfo->contact_address}}
E-mail: {{$societyinfo->email}}
Phone: {{$societyinfo->phone}}, GST: {{$societyinfo->gst_no}}

Printed on {{date("d-m-Y h:i:s")}}

@isset($headerText)

{{$headerText}}

@endisset
For{{$bill->building_name}} - {{$bill->apartment_name}}/ {{$bill->residence_unit_desc}} Invoice No{{$bill->bill_id}}
Billed on{{date("d/M/Y H:i", strtotime($bill->billed_at))}} Due on{{$bill->due_date}}
From{{$bill->from_date}} To: {{$bill->to_date}}

Charges

@if($bill->isLatePayChargeActive && $bill->late_charges>0) @php $total+=$bill->late_charges; @endphp @endif
DescriptionAmount
{{$bill->bill_desc}}
@php $total=$bill->amount; $breakup=json_decode($bill->breakup); $f = new NumberFormatter("en", NumberFormatter::SPELLOUT); @endphp Break up
@foreach($breakup as $month) {{$month->month}}: {{$month->amount}} INR
@endforeach
INR {{$bill->amount}} ({{$f->format($bill->amount)}} only)
Late chargesINR {{$bill->late_charges}}
Total INR {{$total}}
@php $arrear_bills=json_decode($bill->arrear_bills,true); @endphp @if(count($arrear_bills)>0)

Arrear bills

@foreach($arrear_bills as $arrear_bill) @endforeach
BillAmountDue date
{{$arrear_bill['bill_id']}}INR {{$arrear_bill['amount']}} {{$arrear_bill['due_date']}}
@endif

Payments can be made via the following options :

You would require to share payment proof to community if paying directly.