I want my website’s search results page to pull live data from the Google Places API and show each matching venue by name and full street address. The front-end already has placeholders; what’s missing is the call to the Place Search endpoint, response parsing, and clean rendering inside the existing template. Please wire it up so that: • A user’s search term (and the latitude/longitude I pass) hits the Places endpoint. • Up to 20 results return, ordered by proximity. • Name and address map cleanly into the HTML I provide, with graceful fallback for empty or error responses. • The code is modular and well-commented—PHP (Laravel) or vanilla JavaScript are both fine. Keep the structure flexible enough that I can later expose ratings, reviews, or opening hours without rewriting the core logic. Deliverables are the fully working source files plus a short read-me explaining where to drop my production API key and how to tweak query limits. I will test on a staging server and sign off once results display correctly across desktop and mobile.