@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.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') }}
| {{ $limit['label'] }} | {{ $limit['value'] }} |