Choose your plan

Select the Paw Street ERP subscription package that best matches your team size.

@csrf
@foreach ($plans as $plan)
@if($plan->slug === 'professional')
Most Popular
@endif

{{ $plan->name }}

${{ number_format($plan->price, 0) }} /month
    @if(is_array($plan->features)) @foreach($plan->features as $feature)
  • {{ $feature }}
  • @endforeach @endif
@endforeach
← Back