'Category', 'names' => 'Categories', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Categories', 'sub' => 'Categories' ], /** * Singlular and plural name of the module */ 'groups' => [ 'main' => 'Main', 'images' => 'Images', 'details' => 'Details', 'settings' => 'Settings' ], /** * Form sub section name for the module. */ 'sections' => [ 'main' => 'Main', 'details' => 'Details', ], /** * Options for select/radio/check. */ 'options' => [ 'status' => ['draft','complete','verify','approve','publish','unpublish','archive'], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'parent_id' => 'Please enter parent id', 'level' => 'Please enter level', 'name' => 'Please enter name', 'status' => 'Please select status', 'slug' => 'Please enter slug', 'user_id' => 'Please enter user id', 'user_type' => 'Please enter user type', 'upload_folder' => 'Please enter upload folder', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'parent_id' => 'Parent id', 'level' => 'Level', 'name' => 'Name', 'status' => 'Status', 'slug' => 'Slug', 'user_id' => 'User id', 'user_type' => 'User type', 'upload_folder' => 'Upload folder', ], ];