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