|
{{ __('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') }}
|
@if (! empty($limits))
{{ __('emails.purchase.limits_title') }}
@foreach ($limits as $limit)
| {{ $limit['label'] }} |
{{ $limit['value'] }} |
@endforeach
|
@endif
@if ($invoiceUrl)
{{ __('emails.purchase.invoice_title') }}
{{ __('emails.purchase.invoice_link') }}
|
@endif
|
{{ __('emails.purchase.cta') }}
|
|
{!! __('emails.purchase.footer') !!}
|