@php $assetPath = fn (string $path) => asset('frontend/' . ltrim($path, '/')); $pricingPlansList = \App\Models\PricingPlan::query()->active()->ordered()->get(); @endphp
Pricing Plans

Choose the Perfect Plans for
Your Business Growth

@if($pricingPlansList->isEmpty()) @foreach([ ['Starter', '29 USD', false, ['3 Users availble', 'Limited tools', 'Unlimited Supports'], ['API Access', 'Premium apps']], ['Starter', '39 USD', true, ['3 Users availble', 'Limited tools', 'Unlimited Supports', 'API Access'], ['Premium apps']], ['Business', '39 USD', false, ['3 Users availble', 'Limited tools', 'Unlimited Supports', 'API Access', 'Premium apps'], []], ] as $plan)
@if($plan[2]) @endif
@if($plan[2])
@endif
{{ $plan[0] }}

{{ $plan[1] }}

/ month

Organize Daily Task by free

Join this PlanJoin this Plan

Key Features

    @foreach($plan[3] as $feature)
  • {{ $feature }}
  • @endforeach @foreach($plan[4] as $feature)
  • {{ $feature }}
  • @endforeach
@endforeach @else @foreach($pricingPlansList as $plan)
@endforeach @endif