diff --git a/resources/views/email/template/client.blade.php b/resources/views/email/template/client.blade.php index 580e6dd1ee58..b8e3fca9dbbc 100644 --- a/resources/views/email/template/client.blade.php +++ b/resources/views/email/template/client.blade.php @@ -172,6 +172,11 @@
@isset($links) + + @if(count($links) >=1) +

{{ ctrans('texts.attachments') }}

+ @endif + @foreach($links as $link) {!! $link ?? '' !!}
@endforeach diff --git a/resources/views/email/template/plain.blade.php b/resources/views/email/template/plain.blade.php index 2d267ff864d2..270144bf7931 100644 --- a/resources/views/email/template/plain.blade.php +++ b/resources/views/email/template/plain.blade.php @@ -20,6 +20,21 @@ @endif +@isset($links) + + @if(count($links) >=1) +

{{ ctrans('texts.attachments') }}

+ @endif + + @foreach($links as $link) + + +

{!! $link ?? '' !!}

+ + + @endforeach +@endisset + @isset($whitelabel) @if(!$whitelabel)