Franchise Plan

@foreach ($franchise_plans as $key => $franchise_plan)
@php $text_color = 'text-primary'; if($key === 0) { $text_color = 'text-warning'; } elseif($key === 1) { $text_color = 'text-primary'; } elseif($key === 2) { $text_color = 'text-info'; } @endphp
{{$franchise_plan->name}}

{{$franchise_plan->formatted_minimum_investment}} - {{$franchise_plan->formatted_maximum_investment}}

{!! $franchise_plan->short_description !!}
  • {{$franchise_plan->direct_benifit}} % Direct Benefit
  • {{$franchise_plan->refund_service_charge}} % Refund Service Charge
@endforeach {{--
Basic personal

$ 32/ month

Our basic plans are a salf-service solution for small-sized terms to manage the ongoing project development workflow.

  • 5 products
  • Up to 1,000 subscribers
  • Basic analytics
  • 24-hour support response time
  • 40GB individual data each user
Startup

$ 48/ month

Offer a comprehensive, scalable solution, and tailored for larger terms, enabling seamless workflows and development workflow.

  • 25 products
  • Up to 10,000 subscribers
  • Advanced analytics
  • 48-hour support response
  • 60GB individual data each user
Enterprise

$ 78/ month

Personalized subscribers solution for teams of any size, providing flexibility to adapt to specific project seamless and development.

  • Unlimited products
  • Unlimited subscribers
  • Advanced analytics
  • Unlimited User
  • Unlimited individual data
--}}