Certified/resources/views/mail/shared-certificates.blade.php
Joël van de Wouw ac340d125c
Some checks failed
linter / quality (push) Failing after 13s
tests / ci (8.3) (push) Failing after 2s
tests / ci (8.4) (push) Failing after 2s
tests / ci (8.5) (push) Failing after 3s
Initial commit
Certificate manager built on Laravel 13, Livewire 4, and Flux.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-12 14:44:58 +02:00

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>