@extends('utility_charges.layouts.web_apps') @section('content')

FAQ:-


    @foreach($listing as $row)
  1. {{App\Language::trans('Question')}} : {{$row->question}}

    {{App\Language::trans('Answer')}} : {{nl2br($row->answers)}}

  2. @endforeach
@stop @section('script') @stop