diff --git a/app/Http/Controllers/Management/RoleController.php b/app/Http/Controllers/Management/RoleController.php
index de9ffbf..6a94463 100644
--- a/app/Http/Controllers/Management/RoleController.php
+++ b/app/Http/Controllers/Management/RoleController.php
@@ -42,11 +42,11 @@ class RoleController extends Controller
$action = '';
if((permission('is_create', $this->route.'.*','module',false)) || (permission('is_update', $this->route.'.*','module',false))){
- $action .= '
';
- $action .= '
';
- $action .= '
';
+ $action .= '
';
+ $action .= '
';
+ $action .= '
';
// $action .= '
';
- $action .= '
';
+ $action .= '
';
$action .= '
';
}
diff --git a/app/Http/Controllers/Management/UserController.php b/app/Http/Controllers/Management/UserController.php
index 46a94ae..e67fc77 100644
--- a/app/Http/Controllers/Management/UserController.php
+++ b/app/Http/Controllers/Management/UserController.php
@@ -51,11 +51,11 @@ class UserController extends Controller
$instansi = UserInstansi::where('user_id',$row->id)->first();
if((permission('is_create', $this->route.'.*','module',false)) || (permission('is_update', $this->route.'.*','module',false))){
- $action .= '
';
- $action .= '
';
+ $action .= '
';
+ $action .= '
';
if((session('group_id') == 1) || (session('group_alias') == 'admin')){
- $action .= '
';
- $action .= '
';
+ $action .= '
';
+ $action .= '
';
}
$action .= '
';
}
diff --git a/resources/views/layouts/master.blade.php b/resources/views/layouts/master.blade.php
index a6d6685..c5ac082 100644
--- a/resources/views/layouts/master.blade.php
+++ b/resources/views/layouts/master.blade.php
@@ -18,6 +18,7 @@
+
@yield('css')