'Producst', 'names' => 'Producsts', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Producsts', 'sub' => 'Producsts', 'list' => 'List of producsts', 'edit' => 'Edit producst', 'create' => 'Create new producst' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'Product_name' => '', ], /** * Labels for inputs. */ 'label' => [ 'Product_name' => '', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ ], /** * Tab labels */ 'tab' => [ 'name' => 'Producsts', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];