@extends('layouts.admin') @section('content')

Options for Question: {{ $question->text }}

@if($options->count() > 0) @foreach($options as $option) @endforeach
Option Text Correct? Actions
{{ $option->text }} Edit
@csrf @method('DELETE')
@else

No options found for this question. Click "Add Option" to create one.

@endif
@endsection