@foreach(Wave\Plan::all() as $plan) @php $features = explode(',', $plan->features); @endphp

{{ $plan->name }}

${{ $plan->price }} per month

{{ $plan->description }}

    @foreach($features as $feature)
  • {{ $feature }}
  • @endforeach
@subscribed($plan->slug) You are subscribed to this plan @notsubscribed @subscriber Switch Plans @notsubscriber Get Started @endsubscriber @endsubscribed
@endforeach
@if(config('wave.paddle.env') == 'sandbox')

Sandbox Mode

Application billing is in sandbox mode, which means you can test the checkout process using the following credentials:

Credit Card Number: 4242 4242 4242 4242
Expiration Date: Any future date
Security Code: Any 3 digits
@endif