'BinaryTreePlan', 'names' => 'BinaryTreePlans', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'BinaryTreePlans', 'sub' => 'BinaryTreePlans', 'list' => 'List of binary_tree_plans', 'edit' => 'Edit binary_tree_plan', 'create' => 'Create new binary_tree_plan' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'name' => '', 'price' => '', 'value' => '', 'percentage' => '', 'point_left' => '', 'point_right' => '', 'status' => '', 'added_by' => '', ], /** * Labels for inputs. */ 'label' => [ 'name' => 'Plan Name', 'price' => 'Plan price', 'value' => 'Plan value', 'percentage' => 'Percentage', 'point_left' => 'Plan point left', 'point_right' => 'Plan point right', 'status' => 'Status', 'added_by' => '', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'name' => ['name' => 'Plan Name', 'data-column' => 1, 'checked'], 'price' => ['name' => 'Plan price', 'data-column' => 2, 'checked'], 'value' => ['name' => 'Plan value', 'data-column' => 3, 'checked'], 'percentage' => ['name' => 'Percentage', 'data-column' => 4, 'checked'], 'point_left' => ['name' => 'Plan point left', 'data-column' => 5, 'checked'], 'point_right' => ['name' => 'Plan point right', 'data-column' => 6, 'checked'], 'status' => ['name' => 'Status', 'data-column' => 7, 'checked'], 'added_by' => ['name' => '', 'data-column' => 8, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'BinaryTreePlans', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];