• {{ trans('messages.plan_name') }}
    {{ $plan->name }}
  • {{ trans('messages.price') }}
    {{ Acelle\Library\Tool::format_price($plan->price, $plan->currency->format) }}
  • {{ trans('messages.sending_quota_label') }}
    {{ $plan->displayTotalQuota() }}
  • {{ trans('messages.more_details') }}
  • {{ trans('messages.max_lists_label') }}
    {{ $plan->displayMaxList() }}
  • {{ trans('messages.max_subscribers_label') }}
    {{ $plan->displayMaxSubscriber() }}
  • {{ trans('messages.max_campaigns_label') }}
    {{ $plan->displayMaxCampaign() }}
  • {{ trans('messages.max_size_upload_total_label') }}
    {{ $plan->displayMaxSizeUploadTotal() }}
  • {{ trans('messages.max_file_size_upload_label') }}
    {{ $plan->displayFileSizeUpload() }}
  • {{ trans('messages.allow_create_sending_servers_label') }}
    {!! $plan->displayAllowCreateSendingServer() !!}
  • {{ trans('messages.allow_create_sending_domains_label') }}
    {!! $plan->displayAllowCreateSendingDomain() !!}
  • {{ trans('messages.allow_create_email_verification_servers_label') }}
    {!! $plan->displayAllowCreateEmailVerificationServer() !!}