'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' => [ 'name' => 'Name', 'slug' => '', 'description' => 'Description', 'image' => 'Profile Image', 'banner' => 'Banner Image', 'facebook' => 'Facebook', 'tiktok' => 'Tiktok', 'youtube' => 'Youtube', 'website' => 'Website', 'status' => 'Please select status', 'id' => '', ], /** * Labels for inputs. */ 'label' => [ 'name' => 'Name', 'slug' => '', 'description' => 'Description', 'image' => 'Image', 'banner' => 'Banner Image', 'facebook' => 'Facebook', 'tiktok' => 'Tiktok', 'youtube' => 'Youtube', 'website' => 'Website', 'status' => 'Status', 'id' => '', ], ];