@php $subscribed = tenant()->subscribed('default'); $color = $subscribed ? 'green' : 'orange'; @endphp
You're on trial until , but you haven't subscribed to any plan yet. Please do so now to contine using the application even after your trial ends.
You're on not subscribed. If you wish to keep using the application, please choose a subscription plan below.
You're on a grace period until . If you wish to continue using the application after that date, please resubscribe.
You're subscribed to the {{ tenant()->plan_name }} plan. @if(tenant()->subscription('default')->onTrial()) You're also on trial, until . Once it ends, we'll charge you for your plan. @endif