@extends('layouts.frontend')
@section('title', trans('messages.subscriptions'))
@section('page_script')
@endsection
@section('page_header')
{{ trans('messages.plan.review') }}
@endsection
@section('content')
{{ trans('messages.plan.review.wording') }}
-
{{ trans('messages.plan_name') }}
{{ $plan->name }}
-
{{ trans('messages.price') }}
{{ Acelle\Library\Tool::format_price($plan->price, $plan->currency->format) }}/{{ $plan->displayFrequencyTime() }}
-
{{ trans('messages.sending_total_quota_label') }}
{{ $plan->displayTotalQuota() }}
-
{{ trans('messages.max_lists_label') }}
{{ $plan->displayMaxList() }}
-
{{ trans('messages.max_subscribers_label') }}
{{ $plan->displayMaxSubscriber() }}
-
{{ trans('messages.max_campaigns_label') }}
{{ $plan->displayMaxCampaign() }}
{!! trans('messages.payment.agree_service_intro', ['plan' => $plan->name]) !!}
@endsection