'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' => [ 'rent_frequency' => ['Yearly','Monthly','Weekly','Daily'], 'buildarea_type' => ['CEN','ACR','Sq ft'], 'landarea_type' => ['CEN','ACR','Sq ft'], 'visibility' => ['featured','premium'], 'property_for' => ['Rent','Sale','PG','Lease'], 'build_status' => ['completed','underconstruction'], 'status' => ['Published','Pending','Draft'], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'refno' => '', 'contact_id' => 'Please select contact ', 'agent_id' => 'Please select agent ', 'country_id' => 'Please select country ', 'state_id' => 'Please select state ', 'district_id' => 'Please select district ', 'city_id' => 'Please select city ', 'location_id' => 'Please select location ', 'category_id' => 'Please select category ', 'title' => 'Please enter title', 'description' => 'Please enter description', 'price' => 'Please enter price', 'year_built' => 'Please select year built', 'rent_frequency' => 'Please select rent frequency', 'bedrooms' => 'Please enter bedrooms', 'bathrooms' => 'Please enter bathrooms', 'garages' => 'Please enter garages', 'garage_size' => 'Please enter garage size', 'buildup_area' => 'Please enter buildup area', 'buildarea_type' => 'Please select buildarea type', 'land_area' => 'Please enter land area', 'landarea_type' => 'Please select landarea type', 'floor_nos' => 'Please enter floor nos', 'furnishing' => 'Please select furnishing', 'features' => 'Please select features', 'amenities' => 'Please select amenities', 'portals' => 'Please select portals', 'address' => 'Please enter address', 'locality' => 'Please enter locality', 'zip_code' => 'Please enter zip code', 'landmarks' => 'Please enter landmarks', 'hot' => 'Please select hot', 'visibility' => 'Please select visibility', 'images' => 'Please enter images', 'video_link' => 'Please enter video link', 'expire_date' => 'Please select expire date', 'source' => 'Please select source', 'property_for' => 'Please select property for', 'prop_status' => 'Please enter prop status', 'build_status' => 'Please select build status', 'slug' => 'Please enter slug', 'status' => 'Please select status', 'upload_folder' => 'Please enter upload folder', 'deleted_at' => 'Please select deleted at', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'refno' => 'Refno', 'contact_id' => 'Contact id', 'agent_id' => 'Agent id', 'country_id' => 'Country id', 'state_id' => 'State id', 'district_id' => 'District id', 'city_id' => 'City id', 'location_id' => 'Location id', 'category_id' => 'Category id', 'title' => 'Title', 'description' => 'Description', 'price' => 'Price', 'year_built' => 'Year built', 'rent_frequency' => 'Rent frequency', 'bedrooms' => 'Bedrooms', 'bathrooms' => 'Bathrooms', 'garages' => 'Garages', 'garage_size' => 'Garage size', 'buildup_area' => 'Buildup area', 'buildarea_type' => 'Buildarea type', 'land_area' => 'Land area', 'landarea_type' => 'Landarea type', 'floor_nos' => 'Floor nos', 'furnishing' => 'Furnishing', 'features' => 'Features', 'amenities' => 'Amenities', 'portals' => 'Portals', 'address' => 'Address', 'locality' => 'Locality', 'zip_code' => 'Zip code', 'landmarks' => 'Landmarks', 'hot' => 'Hot', 'visibility' => 'Visibility', 'images' => 'Images', 'video_link' => 'Video link', 'expire_date' => 'Expire date', 'source' => 'Source', 'property_for' => 'Property for', 'prop_status' => 'Prop status', 'build_status' => 'Build status', 'slug' => 'Slug', 'status' => 'Status', 'upload_folder' => 'Upload folder', 'deleted_at' => 'Deleted at', 'created_at' => 'Created at', 'updated_at' => 'Updated at', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'refno' => ['name' => 'Refno', 'data-column' => 1, 'checked'], 'contact_id' => ['name' => 'Contact id', 'data-column' => 2, 'checked'], 'agent_id' => ['name' => 'Agent id', 'data-column' => 3, 'checked'], 'district_id' => ['name' => 'District id', 'data-column' => 4, 'checked'], 'city_id' => ['name' => 'City id', 'data-column' => 5, 'checked'], 'location_id' => ['name' => 'Location id', 'data-column' => 6, 'checked'], 'category_id' => ['name' => 'Category id', 'data-column' => 7, 'checked'], 'title' => ['name' => 'Title', 'data-column' => 8, 'checked'], 'price' => ['name' => 'Price', 'data-column' => 9, 'checked'], 'year_built' => ['name' => 'Year built', 'data-column' => 10, 'checked'], 'rent_frequency' => ['name' => 'Rent frequency', 'data-column' => 11, 'checked'], 'bedrooms' => ['name' => 'Bedrooms', 'data-column' => 12, 'checked'], 'bathrooms' => ['name' => 'Bathrooms', 'data-column' => 13, 'checked'], 'land_area' => ['name' => 'Land area', 'data-column' => 14, 'checked'], 'landarea_type' => ['name' => 'Landarea type', 'data-column' => 15, 'checked'], 'floor_nos' => ['name' => 'Floor nos', 'data-column' => 16, 'checked'], 'furnishing' => ['name' => 'Furnishing', 'data-column' => 17, 'checked'], 'zip_code' => ['name' => 'Zip code', 'data-column' => 18, 'checked'], 'hot' => ['name' => 'Hot', 'data-column' => 19, 'checked'], 'expire_date' => ['name' => 'Expire date', 'data-column' => 20, 'checked'], 'source' => ['name' => 'Source', 'data-column' => 21, 'checked'], 'property_for' => ['name' => 'Property for', 'data-column' => 22, 'checked'], 'prop_status' => ['name' => 'Prop status', 'data-column' => 23, 'checked'], 'build_status' => ['name' => 'Build status', 'data-column' => 24, 'checked'], 'created_at' => ['name' => 'Created at', 'data-column' => 25, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Properties', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];