@extends('layouts.backend') @section('title') @lang('backend.questions_views.page_title') @endsection @section('content')

@lang('backend.questions_views.edit')

@include('backend.partials.errors')
@include('backend.block_questions.form_types')
@endsection