@section('title', __('FAQs') )

{{ __('Create Faq') }}

{{-- title --}}
{{ __('Body') }}

{{ __('Edit Faq') }}

{{-- title --}}
{{ __('Body') }}
{{-- details modal --}}

{{ __('Faq Details') }}

{!! $selectedModel->body ?? '' !!}
@include('layouts.partials.wysisyg')