@extends('panel.layout.settings') @section('title', __('Manage Admin Permissions')) @section('titlebar_actions') {{ __('User Management') }} @endsection @section('settings') @lang('Admin')

@lang('Has control over certain aspects of a system, such as managing users or specific settings, but their permissions are limited to specific areas or functions.')

@lang('Superadmin')

@lang('Has full control over the entire system, including the ability to manage admins and change all settings without restrictions.')

@lang('By default, you are assigned as a super admin, giving you the ability to control which areas or functions are accessible to admins.')

@csrf
@foreach (\App\Enums\Permissions::cases() as $permission) @endforeach
{{ __('Save') }} @endsection @push('script') @endpush