@extends('admin.layout') @section('content') Add New Option Dashboard MCQ Question List Question Option List Add Question Option {{ $note }} Add New Option Question Option List @csrf @if ($errors->has('option')) {{ $errors->first('option') }} @endif Submit @endsection @push('footer-script') @endpush