@extends('frontend.layouts.app') @section('content')

Simple Pricing


No commitment, no hidden charges and no complications; simple and transparent pricing. Your business is unique and our pricing structure is flexible. Let's get started.

@foreach($plans as $key=>$plan)
@if($currency_position->value=='left') @if($currency_space->value=='1')

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

@else

{{$currency_symbol->value}}{{$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}} {{$plan->promoprice, $decimal_places->value}}
  • @else
  • Promo Price: {{$currency_symbol->value}} {{$plan->promoprice, $decimal_places->value}}
  • @endif @else
  • Promo Price: {{$plan->promoprice}}{{$currency_symbol->value}}
  • @endif
  • Drivers Allowed: {{$plan->drivercount}}
  • SMS Limit: {{$plan->smslimit}}
@endforeach
@include('frontend.includes.model.login_popup') @endsection