@extends('layouts.app') @section('content')
@include('bsetec.module.tab',array('active'=>'permission')) @if(Session::has('message')) {{ Session::get('message') }} @endif {!! Form::open(array('url'=>'bsetec/module/savepermission/'.$module_name, 'class'=>'form-horizontal')) !!}
Module Permission
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() !!}
@stop