@if (isset($endsAt))
{{ trans('messages.ends_on') }}: {{ Auth::user()->customer->formatDateTime($endsAt, 'datetime_full') }}

@endif @if ($plan->type == Acelle\Model\PlanGeneral::TYPE_GENERAL) @php $plan = Acelle\Model\PlanGeneral::find($plan->id); @endphp
{{ $plan->displayTotalQuota() }} {{ trans('messages.sending_total_quota_label') }}
{{ $plan->displayMaxSubscriber() }} {{ trans('messages.contacts') }}
@endif