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

{{trans("crudbooster.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)
{{trans('crudbooster.privileges_module_list_no')}}{{trans('crudbooster.privileges_module_list_mod_names')}} {{trans('crudbooster.privileges_module_list_view')}}{{trans('crudbooster.privileges_module_list_create')}}{{trans('crudbooster.privileges_module_list_read')}}{{trans('crudbooster.privileges_module_list_update')}}{{trans('crudbooster.privileges_module_list_delete')}}