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