Did you know that you can use custom blade directives to check if a user is a subscriber, like the following:

@subscriber
    <p>You are a paid subscriber</p>
@endsubscriber

Click here to learn more about Blade directives you can use in your Wave application.