{{--
{{ __('Product Name') }}: {{ $licenseData->product?->name }}
{{ __('Product ID') }}: {{ $licenseData->product_id }}
{{ __('User Name') }}: {{ $licenseData->user?->name ?? 'N/A' }}
{{ __('User ID') }}: {{ $licenseData->user_id ?? 'N/A' }}
{{ __('DownloadDate') }}: {{ now()->format('F j, Y, g:i a') }}
{{ __('Thank you for buying the') }} {{ __('Regular') }} {{ __('LICENSE') }}.
{{ __('To see the full license details, head over to your Downloads page.') }}