'VideoArchive', 'names' => 'VideoArchives', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'VideoArchives', 'sub' => 'VideoArchives' ], /** * 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' => 'Name', 'category_id' => 'Please select category', 'difficulty_id' => 'Please select difficulty', 'duration' => 'Duration', 'equipment_id' => 'Equipment', 'total_watch' => '', 'image' => 'Cover Image', 'date_video' => 'Data Video', 'instructor_id' => 'Instructor', 'Description' => 'Description', 'intensity_id' => 'Intensity', ], /** * Labels for inputs. */ 'label' => [ 'name' => 'Name', 'category_id' => 'Category', 'difficulty_id' => 'Difficulty', 'duration' => 'Duration', 'equipment_id' => 'Equipment', 'total_watch' => '', 'image' => 'Cover Image', 'date_video' => 'Data Video', 'instructor_id' => 'Instructor', 'Description' => 'Description', 'intensity_id' => 'Intensity', ], ];