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