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

getPage() public method

Return all data to the Lob API dashboard
public getPage ( ) : mixed
return mixed
    public function getPage()
    {
        $routes = $this->getRoutes(self::ZIPCODE);
        return view('api.lob')->withRoutes($routes);
    }