@extends('dashboard.layouts.master') @section('title', 'FAQ Management | Admin Panel') @section('content') @include('sweetalert::alert') @if (\Helper::canAccessModule('faqs'))

{{ __('backend.faq') }}

{{ __('backend.dashboard') }} / {{ __('backend.faq') }}
@if (\Helper::checkPermission('faqs', 'create')) @endif
{{ Form::open(['route' => 'faqUpdateAll', 'method' => 'post', 'id' => 'updateAll']) }}
Question[EN] Question[AR] {{ __('backend.status') }} {{ __('backend.options') }}
{{ Form::close() }}
@else @endif @endsection @push('after-scripts') @endpush