'Plan', 'names' => 'Plans', // Options for select boxes 'options' => [ ], // Placeholder for inputs 'placeholder' => [ 'id' => 'Please enter id', 'plan' => 'Please enter plan', 'price' => 'Please enter price', ], // Labels for inputs 'label' => [ 'id' => 'Id', 'plan' => 'Plan', 'price' => 'Price', ], // Tab labels 'tab' => [ 'name' => 'Name', ], // Texts for the module 'text' => [ 'preview' => 'Click on the below list for preview', ], ];