@extends("site.app") @section("title") Pricing Plans - {{ $setting->main_name }} @endsection @section('css') @endsection @section("content")

Pricing Plans

We offer multiple plans to suit your needs.

{{--

Note: Discounted rates are under Christmas Offer and valid until 10th January, 2015 only.

--}}

 

Monthly Plans

@foreach($plans as $plan)

{{ $plan->plan_name }}

{{ $setting->currency_symbol }}{{ $plan->monthly_price }}

per month

{{ $plan->start_user_count }} - {{ $plan->end_user_count }} Employees
@endforeach

 

Yearly Plans

@foreach($plans as $plan)

{{ $plan->plan_name }}

{{ $setting->currency_symbol }}{{ $plan->annual_price }}

per annum

{{ $plan->start_user_count }} - {{ $plan->end_user_count }} Employees
@endforeach

 


More than {{ $max_users }} employees?

Contact us for a custom quote

@endsection