Select a Subscription Plan

Choose a plan that works for you and your family

Progress: {{ $progress }}%
@csrf
@foreach($plans as $plan)

{{ $plan->name }}

${{ number_format($plan->price, 2) }} {{ isset($plan->duration_months) ? '/' . $plan->duration_months . ' months' : '' }} @if(isset($plan->show_free_trial) && $plan->show_free_trial)
7-Day Free Trial
@endif
    @if(is_array($plan->features)) @foreach($plan->features as $feature)
  • {{ $feature }}
  • @endforeach @elseif(is_string($plan->features)) @foreach(explode("\n", $plan->features) as $feature)
  • {{ $feature }}
  • @endforeach @endif

30 day money back guarantee

unlimited prescription medications

@endforeach