{{$societyinfo->cust_name}}

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

For:{{$resident->resident_name}} ,
Resident of:{{$resident->building_name}} {{$resident->apartment_name}}
E-mail:{{$resident->email}}
{{$resident->contact_no}}

@isset($headerText)

{{$headerText}}

@endisset

{{$total_charges}} charges create for you.

@php $sno=1; @endphp @foreach ($charges as $charge) @endforeach
S.noBill noCreated atAmountDurationReasonCharged 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}}