@extends('layouts.default_module') @section('module_name') List of Question @stop @section('add_btn') {!! Form::open(['method' => 'get', 'url' => ['admin/question/create/' . $test_id], 'files' => true]) !!} {{-- --}} {!! Form::submit('Add', ['class' => 'btn btn-success pull-right']) !!} {!! Form::close() !!} @stop @section('table')