@extends('admin.master_layout') @section('title') {{ __('translate.Create FAQ') }} @endsection @section('body-header')

{{ __('translate.Create FAQ') }}

{{ __('translate.Manage Pages') }} >> {{ __('translate.Create FAQ') }}

@endsection @section('body-content')
@csrf

{{ __('translate.Create FAQ') }}

{{ __('translate.FAQ List') }}
@endsection @push('style_section') @endpush @push('js_section') @endpush