FAQ

.....

@if(isset($payment_received_listing)) @foreach($payment_received_listing as $row) @endforeach @endif
{{App\Language::trans('Document Date')}} {{App\Language::trans('Refence No.')}} {{App\Language::trans('Amount (RM)')}}
{{$row['document_date']}} {{$row['document_no']}} {{number_format($row['total_amount'],2,'.','')}}
@if(isset($subsidy_listing)) @foreach($subsidy_listing as $row) @endforeach @endif
{{App\Language::trans('Subsidy Date')}} {{App\Language::trans('Description')}} {{App\Language::trans('Amount (RM)')}}
{{$row['document_date']}} {{$row['remark']}} {{number_format($row['total_amount'],2,'.','')}}
@if(isset($month_usage_listing)) @foreach($month_usage_listing as $row) @endforeach @endif
{{App\Language::trans('Month')}} {{App\Language::trans('Description')}} {{App\Language::trans('Usage (kWh)')}} {{App\Language::trans('Charges (RM)')}}
{{date('Y-m',strtotime($row['date']))}} {{App\Language::trans('Usage Summary - ')}} {{App\Setting::get_month_in_word(date('m',strtotime($row['date'])))." ".date('Y',strtotime($row['date']))}} {{$row['total_usage_kwh']}} {{number_format($row['total_payable_amount'],2,'.','')}}