@extends('front.app_front') @section('content')

{{ $faq->name }}

{!! clean($faq->detail) !!}
@php $i=0; @endphp @foreach ($faqs as $row) @php $i++; @endphp
{!! clean($row->faq_content) !!}
@endforeach
@endsection