'Student', 'names' => 'Students', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Students', 'sub' => 'Students', 'list' => 'List of students', 'edit' => 'Edit student', 'create' => 'Create new student' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => '', 'school_id' => 'Select School', ], /** * Labels for inputs. */ 'label' => [ 'id' => '', 'school_id' => 'School', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'school_id' => ['name' => 'School', 'data-column' => 1, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Students', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];