'Product', 'names' => 'Products', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Products', 'sub' => 'Products' ], /** * 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' => [ 'published' => ['yes','no'], 'status' => ['show','hide'], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'user_id' => 'Please enter user id', 'user_type' => 'Please enter user type', 'title' => 'Please enter title', 'slug' => 'Please enter slug', 'subtitle' => 'Please enter subtitle', 'description' => 'Please enter description', 'icon' => 'Please enter icon', 'features_icon' => 'Please enter features icon', 'color' => 'Please enter color', 'meta_title' => 'Please enter meta title', 'meta_description' => 'Please enter meta description', 'meta_tags' => 'Please enter meta tags', 'meta_subtitle' => 'Please enter meta subtitle', 'highlights' => 'Please enter highlights', 'features' => 'Please enter features', 'images' => 'Please enter images', 'demo_screenshots' => 'Please enter demo screenshots', 'login_details' => 'Please enter login details', 'testimonials' => 'Please enter testimonials', 'published' => 'Please select published', 'status' => 'Please select status', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', 'deleted_at' => 'Please select deleted at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'user_id' => 'User id', 'user_type' => 'User type', 'title' => 'Title', 'slug' => 'Slug', 'subtitle' => 'Subtitle', 'description' => 'Description', 'icon' => 'Icon', 'features_icon' => 'Features icon', 'color' => 'Color', 'meta_title' => 'Meta title', 'meta_description' => 'Meta description', 'meta_tags' => 'Meta tags', 'meta_subtitle' => 'Meta subtitle', 'highlights' => 'Highlights', 'features' => 'Features', 'images' => 'Images', 'demo_screenshots' => 'Demo screenshots', 'login_details' => 'Login details', 'testimonials' => 'Testimonials', 'published' => 'Published', 'status' => 'Status', 'created_at' => 'Created at', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', ], ];