'Pricebookservice', 'names' => 'Pricebookservices', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Pricebookservices', 'sub' => 'Pricebookservices', 'list' => 'List of pricebookservices', 'edit' => 'Edit pricebookservice', 'create' => 'Create new pricebookservice' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'updated_at' => 'Please select updated at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'updated_at' => 'Updated at', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ ], /** * Tab labels */ 'tab' => [ 'name' => 'Pricebookservices', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];