{{$societyinfo->cust_name}}{{$societyinfo->contact_address}} |
For:{{$resident->resident_name}} ,
|
S.no | Bill no | Created at | Amount | Duration | Reason | Charged to |
---|---|---|---|---|---|---|
{{$sno++}} | {{$charge->bill_id}} | {{date('d M y',strtotime($charge->created_at))}} | INR {{sprintf('%0.2f', $charge->amount)}} | {{date('d M y',strtotime($charge->from_date))}} to {{date('d M y',strtotime($charge->to_date))}} | {{$charge->charge_text}} | {{$charge->scope}} |