@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')