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