@extends('layouts.main_dashboard.app') @section('title', $examBank->title) @section('skip_page_hero', true) @section('content') @php $isArabic = app()->getLocale() === 'ar'; $types = config('exam-engine.question_types'); @endphp
{{ Str::limit($q->prompt, 120) }}
@if($q->options->isNotEmpty())