@extends('layouts.app') @section('content')
@include('sximo.module.tab',array('active'=>'permission','type'=>$type)) {!! Form::open(array('url'=>'sximo/module/savepermission/'.$module_name, 'class'=>'form-horizontal' ,'id'=>'fPermission')) !!}
No Group
Please Read !
  1. If you want users only able to access they own records , then Global must be uncheck
  2. When you using this feature , Database table must have entry_by field
{!! Form::close() !!}