Certificate manager built on Laravel 13, Livewire 4, and Flux. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
12 lines
497 B
PHP
12 lines
497 B
PHP
<x-mail::message>
|
|
# {{ __('Certificates shared with you') }}
|
|
|
|
{{ __(':name has shared certificates with you as a password-protected ZIP archive attached to this email.', ['name' => $senderName]) }}
|
|
|
|
{{ __('For your security, the password is sent separately through another channel (for example SMS or WhatsApp). You will need it to open the archive.') }}
|
|
|
|
{{ __('If you did not expect this email, you can safely ignore it.') }}
|
|
|
|
{{ __('Thanks') }},<br>
|
|
{{ config('app.name') }}
|
|
</x-mail::message>
|