@extends('layouts.app') @section('content')

Billing

Subscription required to access the app.

@if($user && method_exists($user, 'subscribed') && $user->subscribed('default'))
You are subscribed.
@csrf
@else
@csrf
You will be redirected to Stripe Checkout.
@endif
@endsection