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