'Instructor', 'names' => 'Instructors', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Instructors', 'sub' => 'Instructors' ], /** * 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' => [ 'status' => 'Please select status', 'id' => '', 'slug' => '', ], /** * Labels for inputs. */ 'label' => [ 'status' => 'Status', 'id' => '', 'slug' => '', ], ];