{{-- FOR ADDING PERMISSION IN BUILDER SIDEBAR, DO ENTRIES IN TWO FILES ================================================================ * role_permissions.php * role_manage.php --}} @php function checkPerm($perm) { $chkVar = roleManageFile() . ".$perm"; return !config($chkVar) ? 'dis-none' : ''; } @endphp
{{-- Right Side Bar Add --}} @include('includes.right-sidebar'); @include('includes.bookmark');