{{ __('pages/admin/question.view_modal.type') }} {{ config('question.types.'.$question->type, $question->type) }}
{{ __('pages/admin/question.view_modal.question') }}
{!! $question->question !!}
@if($question->type && view()->exists('pages.admin.question.types.' . $question->type . '.view')) @include('pages.admin.question.types.' . $question->type . '.view', ['question' => $question]) @endif