@extends('layouts.examiner')
@section('title', 'Edit Question')
@section('content')
Edit Question
{{-- ── Edit form ──────────────────────────────────────────── --}}
{{-- ── Live preview ────────────────────────────────────────── --}}
{{-- Question text --}}
{{-- Options --}}
@endsection
@push('scripts')
@endpush