@if(has_monthly_yearly_toggle())
Monthly
Yearly
@endif
@foreach(Wave\Plan::where('active', 1)->get() as $plan) @php $features = explode(',', $plan->features); @endphp
{{ $plan->name }}
$

{{ $plan->description }}

    @foreach($features as $feature)
  • {{ $feature }}
  • @endforeach
Get Started
@endforeach

All plans are fully configurable in the Admin Area.