App\Http\Controllers\FoursquareController::getPage PHP Method

getPage() public method

Return all data to the Foursquare API dashboard
public getPage ( ) : mixed
return mixed
    public function getPage()
    {
        $venues = $this->getVenues();
        return view('api.foursquare')->withVenues($venues);
    }