@extends("admin.layouts.app") @section("content")

{{ isset($option) ? "Edit Option" : "Create New Option" }} for Question: {{ $question->text }}

$question->id]) }}"> @csrf @if (isset($option)) @method("PUT") @endif {{-- Hidden question_id --}}
text ?? "") }}">
{!! old("option_text", $option->text ?? "") !!}
@error("option_text")

{{ $message }}

@enderror
@error("is_correct")

{{ $message }}

@enderror
@endsection @push("scripts") @endpush