Price All in one place CRM system

Use these awesome forms to login or create new account in your project for free.

@foreach($plans as $plan)
{{$plan->name}} INR {{$plan->price}} /{{$plan->duration}}

{{$plan->description ?? ''}}

    @if(isset($plan->max_users))
  • {{$plan->max_users}} users
  • @endif @if(isset($plan->max_customers))
  • {{$plan->max_customers}} customers
  • @endif @if(isset($plan->max_venders))
  • {{$plan->max_venders}} venders
  • @endif @if(isset($plan->max_clients))
  • {{$plan->max_clients}} clients
  • @endif
  • Integration help
@endforeach