'Lessons', 'names' => 'Lessons', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Lessons', 'sub' => 'Lessons', 'list' => 'List of lessons', 'edit' => 'Edit lessons', 'create' => 'Create new lessons' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'plan_id' => '', 'student_id' => '', 'teacher_id' => '', 'date_time' => '', 'date_time_last' => '', 'duration_hours' => '', 'day_of_week' => '', 'repeating' => '', 'payment_status' => '', 'status' => '', 'created_at' => '', 'updated_at' => '', ], /** * Labels for inputs. */ 'label' => [ 'plan_id' => '', 'student_id' => '', 'teacher_id' => '', 'date_time' => '', 'date_time_last' => '', 'duration_hours' => '', 'day_of_week' => '', 'repeating' => '', 'payment_status' => '', 'status' => '', 'created_at' => '', 'updated_at' => '', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ ], /** * Tab labels */ 'tab' => [ 'name' => 'Lessons', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];