@if (! empty($limits)) @endif @if ($invoiceUrl) @endif

{{ __('emails.purchase.brand_label') }}

{{ __('emails.purchase.greeting', ['name' => $user->fullName]) }}

{{ __('emails.purchase.subtitle') }}

{{ __('emails.purchase.summary_title') }}

{{ __('emails.purchase.package_label') }} {{ $packageName }}
{{ __('emails.purchase.type_label') }} {{ $packageTypeLabel }}
{{ __('emails.purchase.date_label') }} {{ $purchaseDate }}
{{ __('emails.purchase.provider_label') }} {{ $providerLabel }}
{{ __('emails.purchase.order_label') }} {{ $orderId }}
{{ __('emails.purchase.price_label') }} {{ $priceFormatted }}

{{ __('emails.purchase.activation_label') }}

{{ __('emails.purchase.activation') }}

{{ __('emails.purchase.limits_title') }}

@foreach ($limits as $limit) @endforeach
{{ $limit['label'] }} {{ $limit['value'] }}

{{ __('emails.purchase.invoice_title') }}

{{ __('emails.purchase.invoice_link') }}

{{ __('emails.purchase.cta') }}
{!! __('emails.purchase.footer') !!}

{{ __('emails.purchase.brand_footer') }}