@extends('layouts.scaffold')
@section('title')
Questions|Golars Networks
@stop
@section('main')
{{ Form::open(array('id' => 'categoryList')) }}
-
{{ Form::label('select_category', 'Category:') }}
{{ Form::select('select_category', $categories, '', array("id" => "selected_category") )}}
{{ Form::close() }}
@if ($addp == '1')
{{ link_to_route('questions.create', 'Add new Question') }}
@endif
@if ($scripts = 'js/questions/list_questions.js') @endif
@stop