'Buyadds', 'names' => 'Buyadds', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Buyadds', 'sub' => 'Buyadds', 'list' => 'List of buyadds', 'edit' => 'Edit buyadds', 'create' => 'Create new buyadds' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'name' => 'Name', 'type' => 'Type', ], /** * Labels for inputs. */ 'label' => [ 'name' => 'Name', 'type' => 'Type', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'name' => ['name' => 'Name', 'data-column' => 1, 'checked'], 'type' => ['name' => 'Type', 'data-column' => 2, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Buyadds', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];