@php $plans = Wave\Plan::all() @endphp
@if( auth()->user()->onTrial() )

{{ __("You are currently on a trial subscription. Select a plan below to upgrade.") }}

@elseif(auth()->user()->subscribed('main'))
{{__("Switch Plans")}}
@else
{{__("Select a Plan")}}
@endif
@include('theme::partials.plans-minimal') {{ csrf_field() }}
@include('theme::partials.switch-plans-modal')