@extends('frontend.layouts.app') @section('page_content')

FAQs

@if(count($faqs) > 0)
@foreach($faqs as $key => $faq)
{!! LangTranslate::translate($faq->description ?? '',$faq->ar_description ?? '') !!}
@endforeach
@else @include('frontend.nodata_found') @endif
@endsection