@extends('dashboard.layouts.master') @section('title', __('backend.faq')) @section('content')

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

{{ __('backend.dashboard') }} / {{ __('backend.settings') }} / {{ __('backend.faq') }}
{{ Form::open(['route' => 'userlistUpdateAll', 'method' => 'post', 'id' => 'updateAll']) }}
{{ __('backend.question') }} Answer {{ __('backend.options') }}
{{ Form::close() }}
@endsection @push('after-scripts') @endpush