diff --git a/resources/views/components/permission/manager.blade.php b/resources/views/components/permission/manager.blade.php index 68e4a11..169f682 100644 --- a/resources/views/components/permission/manager.blade.php +++ b/resources/views/components/permission/manager.blade.php @@ -17,6 +17,7 @@ + Create @@ -58,7 +59,13 @@ class="btn btn-sm btn-outline-info me-1"> Edit - + id }}) + } + " class="btn btn-sm btn-danger"> Delete @@ -84,9 +91,9 @@ {{-- ACTUAL FORM --}} - + {{ $editingId ? 'Edit Permission' : 'Create Permission' }} - + Name Cancel - + + {{ $editingId ? 'Update' : 'Create' }} @endif +