@extends('layouts.app') @section('content')
@include('bsetec.module.tab',array('active'=>'form')) @if(Session::has('message')) {{ Session::get('message') }} @endif
Form Grid
{!! Form::open(array('url'=>'bsetec/module/saveform/'.$module_name, 'class'=>'form-horizontal')) !!}
No Field Title / Caption Type Show Searchable Required  

Note ! Your primary key must be show and in hidden type

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