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