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

@lang('backend.questions_views.list')

@include('backend.partials.deleted') @foreach($blockQuestions as $question) @endforeach
@lang('backend.tables.title') @lang('backend.tables.type') @lang('backend.tables.actions')
{{ $question->text }} @lang('backend.question_types.'.$question->type)
{!! $blockQuestions->links() !!}
@endsection @section('scripts') @endsection