@extends('layouts.simple.master') @section('title', 'Update Question') @section('breadcrumb-title') @endsection @section('breadcrumb-items') @endsection @section('content')
Update Question
@csrf
@foreach($question->options as $k=>$option)
@endforeach
@endsection