'Carousel', 'names' => 'Carousels', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Carousels', 'sub' => 'Carousels' ], /** * 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' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'name' => 'Enter Carousel Title', 'banner' => 'Enter Carousel Banner', 'link' => 'Enter Carousel Link', 'status' => 'Select Status', 'slug' => '', 'user_id' => '', 'image' => '', ], /** * Labels for inputs. */ 'label' => [ 'name' => 'Title', 'banner' => 'Carousel Banner', 'link' => 'Carousel Link', 'status' => 'Status', 'slug' => '', 'user_id' => '', 'image' => 'Carousel Image', ], ];