@extends('layouts.simple.master') @section('title', 'Update Question') @section('breadcrumb-title')

Edit Questions & Answer

@endsection @section('breadcrumb-items') @endsection @section('content')
Edit Questions & Answer
@csrf
@foreach ($question->options as $k => $option)
option === $question->correct_answer ? 'checked' : '' }} />
@endforeach
@endsection