'Testimonial', 'names' => 'Testimonials', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Testimonials', 'sub' => 'Testimonials' ], /** * 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' => [['Show', 'Hide']], ], /** * Placeholder for inputs */ 'placeholder' => [ 'name' => '', 'designation' => '', 'description' => '', 'url' => '', 'order' => '', 'image' => '', 'date' => '', 'slug' => '', 'status' => '', 'user_id' => '', 'user_type' => '', 'upload_folder' => '', ], /** * Labels for inputs. */ 'label' => [ 'name' => '', 'designation' => '', 'description' => '', 'url' => '', 'order' => '', 'image' => '', 'date' => '', 'slug' => '', 'status' => '', 'user_id' => '', 'user_type' => '', 'upload_folder' => '', ], ];