Addresses now a collection

This commit is contained in:
2024-07-07 15:14:55 +10:00
parent 0d9dbafcf1
commit 76889728cd
5 changed files with 23 additions and 23 deletions

View File

@@ -23,7 +23,7 @@
@component('mail::footer')
<div class="fixedw" style="text-align: right; font-size: 0.8em;">
{{ config('mail.from.name') }}<br>
{!! join('<br>',$site->address) !!}<br>
{!! $site->address->join('<br>') !!}<br>
{{ $site->site_email }}
</div>
@endcomponent