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