'Suggestions', 'names' => 'Suggestions', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Suggestions', 'sub' => 'Suggestions', 'list' => 'List of suggestions', 'edit' => 'Edit suggestions', 'create' => 'Create new suggestions' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'name' => 'Name', 'description' => 'Description', 'executions_amount' => 'Amount of executions', 'min_participants' => 'Minimum amount of participants', 'max_participants' => 'Maximum amount of participants', 'cost' => 'Cost of activity', 'available_dates' => 'Available dates', 'relevant_classes' => 'Relevant classes', 'preferred_time' => 'Preferred time', 'created_by' => '', 'verified' => '', 'upvotes' => '', 'downvotes' => '', 'user_id' => '', 'user_type' => '', 'slug' => '', ], /** * Labels for inputs. */ 'label' => [ 'name' => 'Name', 'description' => 'Description', 'executions_amount' => 'Amount of executions', 'min_participants' => 'Minimum amount of participants', 'max_participants' => 'Maximum amount of participants', 'cost' => 'Cost of activity', 'available_dates' => 'Available dates', 'relevant_classes' => 'Relevant classes', 'preferred_time' => 'Preferred time', 'created_by' => '', 'verified' => '', 'upvotes' => '', 'downvotes' => '', 'user_id' => '', 'user_type' => '', 'slug' => '', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'name' => ['name' => 'Name', 'data-column' => 1, 'checked'], 'cost' => ['name' => 'Cost of activity', 'data-column' => 2, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Suggestions', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];