@extends('layouts/contentLayoutMaster') @section('title', __('locale.menu.Subscriptions')) @section('page-style') {{-- Page Css files --}} @endsection @section('content') {{ __('locale.plans.pricing') }} {{ __('locale.menu.Plans') }} {{ __('locale.description.plan_price') }} @foreach($plans->chunk(3) as $chunk) @foreach($chunk as $plan) @if($plan->is_popular) Popular @endif {{ $plan->name }} {{ $plan->description }} {{ str_replace('{PRICE}','',$plan->currency->format) }} {{ floor($plan->price) }} /{{ $plan->displayFrequencyTime() }} {{ $plan->displayTotalQuota() }} {{ __('locale.labels.sms_credit') }} @if($plan->getOption('sender_id_verification') == 'yes') {{ __('locale.plans.need_sender_id_verification') }} @endif @if($plan->getOption('api_access') == 'yes') {{ __('locale.plans.customer_can_use_api') }} @endif id == $subscription->plan_id ? "disabled" : "" }} "> {{ isset($subscription) && $plan->id == $subscription->plan_id ? __('locale.labels.current_plan') : __('locale.labels.subscribe_now') }} @endforeach @endforeach @endsection
{{ __('locale.description.plan_price') }}
{{ $plan->description }}