@extends('layouts.main_frontend') @section('content')

@lang('site.questions')

@lang('site.detailfaqrancy')

@lang('site.essential_questions')

@foreach($freq_question as $k=>$freq_question)

{!! strip_tags(html_entity_decode($freq_question->answer ?? '')) !!} {{-- {!! html_entity_decode(substr($freq_question->answer, 0, 125)) !!} --}}

@endforeach
@endsection