@include('admin.module.tab',array('active'=>'form')) @if(Session::has('message')) {{ Session::get('message') }} @endif
Form Grid
{{ Form::open(array('url'=>$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() }}