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

getPage() public method

Return all data to the Yahoo API dashboard
public getPage ( ) : mixed
return mixed
    public function getPage()
    {
        $data = $this->getData();
        return view('api.yahoo')->withData($data);
    }