'Propety', 'names' => 'Propeties', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Propeties', 'sub' => 'Propeties', 'list' => 'List of propeties', 'edit' => 'Edit propety', 'create' => 'Create new propety' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => '', 'propety_name' => 'Name', 'propety_price' => 'Propety Price', 'propety_location' => 'Location', 'propety_description' => 'Description', 'images' => 'Images Upload', 'condition' => 'Condition', 'amenities' => 'Amenities', ], /** * Labels for inputs. */ 'label' => [ 'id' => '', 'propety_name' => 'propety_name', 'propety_price' => 'price', 'propety_location' => 'localtion', 'propety_description' => 'description', 'images' => 'Images', 'condition' => 'condition', 'amenities' => 'amenities', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ ], /** * Tab labels */ 'tab' => [ 'name' => 'Propeties', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];