@extends('crudbooster::admin_template') @section('content')
@if(CRUDBooster::getCurrentMethod() != 'getProfile')

{{cbLang("form_back_to_list",['module'=>CRUDBooster::getCurrentModule()->name])}}

@endif

{{ $page_title }}

Note: To show the menu you have to create a menu at Menu Management
{{ $errors->first('name') }}
  
{{ $errors->first('is_superadmin') }}
{{ $errors->first('theme_color') }}
@push('bottom') @endpush
@push('bottom') @endpush @foreach($moduls as $modul)
{{cbLang('privileges_module_list_no')}} {{cbLang('privileges_module_list_mod_names')}}   {{cbLang('privileges_module_list_view')}} {{cbLang('privileges_module_list_create')}} {{cbLang('privileges_module_list_read')}} {{cbLang('privileges_module_list_update')}} {{cbLang('privileges_module_list_delete')}}