App\Http\Controllers\LobController::getPage PHP Méthode

getPage() public méthode

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