{{$societyinfo->cust_name}}{{$societyinfo->contact_address}} |
![]() |
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}} |
Paid by | {{$bill->name}} | ![]() |
Description | Amount |
---|---|
{{$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) |
Paid at | {{$bill->paid_at}} |
late charges collected | INR {{$bill->late_charge_collected}} |
Payment reference | {{$bill->reference_number}} |
Payment status | {{$bill->status}} |
Transaction no | {{$bill->t_id}} |
Payment Mode | {{$bill->mode_name}} |
Transaction by | {{$bill->transaction_by}} |
Total | INR {{$total}} |