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

Create Exam Question under Sub Category

@if(Session::has('success')) @elseif(count($errors) > 0) @endif

Create New Question

{!! Form::open(['route'=>['question_store',$scat->id]]) !!}
{!! Form::close() !!}
@endsection