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

getPage() public method

Return all data to the Stripe API dashboard
public getPage ( ) : mixed
return mixed
    public function getPage()
    {
        return view('api.stripe');
    }
StripeController