{{-- Product License
{{ __('Product License') }}

{{ __('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') }}

{{ $licenseData->product_license }}
--}} Purchase License

{{ __('Purchase License') }}

{{ __('Thank you for buying the') }} {{ __('Regular') }} {{ __('LICENSE') }}.

{{ __('To see the full license details, head over to your Downloads page.') }}


{{ __('Owner Username') }}
:
{{ $licenseData->user?->name ?? 'N/A' }}
{{ __('Product name') }}
:
{{ $licenseData->product?->name ?? '' }}
{{ __('License Capability') }}
:
{{ __('One License') }} ({{ __('Note') }}: {{ __('Each license is valid for use on a single domain only') }})

@foreach ($licenseKeys as $key)
{{ $key }}
@endforeach