Pricing

Pricing & plans

See our pricing & plans to get best service

@foreach($plans as $key=>$plan) @if ($loop->index == 3) @break @endif
@if($currency_position->value=='left') @if($currency_space->value=='1')

{{$currency_symbol->value}} {{number_format($plan->price, $decimal_places->value)}}

@else

{{$currency_symbol->value}}{{number_format($plan->price, $decimal_places->value)}}

@endif @else

{{$plan->price}}{{$currency_symbol->value}}

@endif

{{$plan->type}}

{{$plan->plan_name}}
    @if($currency_position->value=='left') @if($currency_space->value=='1')
  • Promo Price: {{$currency_symbol->value}} {{number_format($plan->promoprice, $decimal_places->value)}}
  • @else
  • Promo Price: {{$currency_symbol->value}} {{number_format($plan->promoprice, $decimal_places->value)}}
  • @endif @else
  • Promo Price: {{$plan->promoprice}}{{$currency_symbol->value}}
  • @endif
  • Drivers Allowed: {{$plan->drivercount}}
  • SMS Limit: {{$plan->smslimit}}
  • Expiry Date: {{$plan->expiry}}
@endforeach