@extends('layouts.app') @section('content')
@include('bsetec.module.tab',array('active'=>'table')) @if(Session::has('message')) {{ Session::get('message') }} @endif {!! Form::open(array('url'=>'bsetec/module/savetable/'.$module_name, 'class'=>'form-horizontal')) !!}
Table Grid
No Table Field Title / Caption Show View Sortable Download Image / File

Tips ! Drag and drop rows to re ordering lists

{!! Form::close() !!}
@stop