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

getPage() public method

Return all data to the Stripe API dashboard
public getPage ( ) : mixed
return mixed
    public function getPage()
    {
        $links = $this->getData(self::NEWS_URL);
        return view('api.scraping')->withLinks($links);
    }