@extends('_version_02.utility_charges.mobile_apps_light.layouts.main')
@section('content')
{!! Form::model($model, ['class'=>'form-horizontal',"files"=>true]) !!}
@php
$counter = 0;
$state = ' activestate';
$is_show = ' show';
@endphp
@foreach($faq_listing as $faq)
{!!html_entity_decode(isset($faq['content']) ? $faq['content'] : '')!!}
@php
$counter ++;
@endphp
@endforeach
{!! Form::close() !!}
@endsection
@section('script')
@endsection