Subscription Plans

@if($currentPlan) @endif @if($showAllPlans)
@foreach($plans as $plan)

{{ $plan->name }}

${{ number_format($plan->price, 2) }}

  • Duration: {{ $plan->duration_months }} month(s)
  • Services: {{ $plan->service_limit ? $plan->service_limit : 'Unlimited' }}
@csrf
@endforeach
@else

You are currently on the Unlimited Plan. No other plans are available.

@endif