# {{ __('Certificates shared with you') }}
{{ __(':name has shared the following certificates with you.', ['name' => $senderName]) }}
@foreach ($links as $link)
{{ $link['title'] }}
@endforeach
{{ __('These links are valid until :date, after which they will stop working.', ['date' => $expiresAt]) }}
{{ __('If you did not expect this email, you can safely ignore it.') }}
{{ __('Thanks') }},
{{ config('app.name') }}