@foreach($plans as $plan) @endforeach @foreach($plans as $plan) @endforeach @foreach($plans as $plan) @endforeach @foreach($plans as $plan) @endforeach @foreach($plans as $plan) @endforeach @foreach($plans as $plan) @endforeach @foreach($plans as $plan) @endforeach @foreach($plans as $plan) @endforeach @foreach($plans as $plan) @endforeach @foreach($plans as $plan) @endforeach @foreach($plans as $plan) @endforeach
{{ trans('messages.plan') }}

{{ $plan->name }}

{{ $plan->description }}

{{ \Acelle\Library\Tool::format_price($plan->price, $plan->currency->format) }} / {!! $plan->displayFrequencyTime() !!}

@if ($plan->isFree() || $plan->hasTrial()) {{ trans('messages.plan.select') }} @else {{ trans('messages.plan.buy') }} @endif @if ($plan->hasTrial())

{{ trans('messages.plan.has_trial', [ 'time' => $plan->getTrialPeriodTimePhrase(), ]) }}

@endif

{{ trans('messages.sending_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.max_size_upload_total_label') }} (MB) {!! $plan->displayMaxSizeUploadTotal() !!}
{{ trans('messages.max_file_size_upload_label') }} (MB) {!! $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() !!}
@if (Auth::check()) @endif