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

All Questions

{{ Form::open(array('id' => 'categoryList')) }} {{ Form::close() }}
@if ($addp == '1')

{{ link_to_route('questions.create', 'Add new Question') }}

@endif
Question Created date
@if ($scripts = 'js/questions/list_questions.js') @endif @stop