{{ __('Explore our pricing plans, from :first to :last, choose the one that meets your needs.', ['first' => $subscriptions->first()->name, 'last' => $subscriptions->last()->name]) }}
@if($active_subscription && !config('app.subscriptions.accumulative'))
* {{ __("It's not possible to subscribe to another membership plan while your previous one has not expired yet.") }}
@endif