@extends('layouts.scaffold') @section('title') Add Questions|Golars Networks @stop @section('main')

Create Question

@if ($errors->any()) @endif
{{ Form::open(array('route' => 'questions.store', 'id' => 'createQuestion')) }} {{ Form::close() }}
@if ($scripts = 'js/questions/create_question.js') @endif @stop