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