@extends('emails.partials.layout') @section('title', __('emails.purchase.subject', ['package' => $packageName])) @section('preheader', __('emails.purchase.subtitle')) @section('hero_title', __('emails.purchase.greeting', ['name' => $user->fullName])) @section('hero_subtitle', __('emails.purchase.subtitle')) @section('content')

{{ __('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) @endforeach
{{ $limit['label'] }} {{ $limit['value'] }}
@endif @if ($invoiceUrl)

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

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

@endif @endsection @section('cta') {{ __('emails.purchase.cta') }} @endsection @section('footer') {!! __('emails.purchase.footer') !!} @endsection