@foreach($plans as $plan) @php $features = explode(',', $plan->features); @endphp
{{ $plan->name }} Plan {{ $billing_cycle_selected }}
$

{{ $plan->description }}

    @foreach($features as $feature)
  • {{ $feature }}
  • @endforeach
@if(config('wave.billing_provider') == 'stripe') Subscribe to this Plan @else @if($change) @if($plan->id == $userPlan->id) You are currently on this plan Switch to this plan @else Switch to this plan @endif
id == $userPlan->id) x-show="billing_cycle_selected != '{{ $userSubscription->cycle }}'" @endif class="relative flex flex-col items-center justify-center w-full">

Are you sure you want to change your current subscription plan?

Cancel Yes, Switch Plans

You are currently on this plan

{{-- Modal content --}}
@else Subscribe to this Plan @endif @endif
@endforeach

@if(config('wave.billing_provider') == 'paddle') @endif