@role('admin') You are logged in as an admin and have full access. Authenticate with a different user and visit this page to see the subscription checkout process. @else @subscriber
You are currently subscribed to the {{ auth()->user()->plan()->name }} {{ auth()->user()->planInterval() }} Plan.

Manage your subscription by clicking below. Edit this page from the following file: resources/views/{{ $theme->folder }}/pages/settings/subscription.blade.php

@if (session('update'))
Successfully updated your subscription
@endif
@endsubscriber @notsubscriber
No active subscriptions found. Please select a plan below.

Billing is securely managed via {{ ucfirst(config('wave.billing_provider')) }} Payment Platform.

@endnotsubscriber @endrole