@extends('admin.layout') @section('content') Edit Option Dashboard MCQ Question List Question Option List Edit Option Edit Option Mcq Option List @csrf Option {!! $Mcq_option->options !!} @if ($errors->has('option')) {{ $errors->first('option') }} @endif Option Serial Number @if ($errors->has('no_of_options')) {{ $errors->first('no_of_options') }} @endif Submit @endsection @push('footer-script') @endpush