@extends('layouts.manage')
@section('title')
@lang('Edit Faq')
@endsection
@section('page-header-title')
@lang('Edit Faq') @lang('View Faqs')
@endsection
@section('page-header-description')
@lang('Edit Faq') @lang('Go Back')
@endsection
@section('styles')
@endsection
@section('scripts')
@include('includes.tinymce')
@if(config('settings.toast_notifications_enable'))
@endif
@endsection
@section('content')
@include('partials.manage.faqs.edit')
@endsection