@extends('Admin.layouts.layout') @section('content') @livewire('admin.question-form', ['quiz' => $quiz, 'question' => $question ?? null]) @endsection