@extends('layouts.layout') @section('title', 'Create Exam Question') @section('content')

Create Exam Question under Sub Category


Create New Question

{!! Form::open(['route'=>'question.store']) !!}
{!! Form::close() !!}
@endsection