File: D:/HostingSpaces/farmfun/reserveren.farmfun.be/resources/views/emails/components/footer.blade.php
<tr>
<td>
<table class="c-footer">
<tr>
<td class="c-footer__company" width="221px">
{{ $companyName ?? 'Company name' }}
</td>
<td class="c-footer__seperator">
{{-- <img src="{{ asset('/img/mail/footer-seperator.png') }}" alt="" />--}}
<img src="https://farmfun.be/img/mail/footer-seperator.png" alt="" />
</td>
<td class="c-footer__social">
@foreach(site_config('social') as $channelName => $channelLink)
<a class="c-footer__icon" title="{{ ucfirst($channelName) }}" href="{{$channelLink}}">
{{-- <img src="{{ asset('/img/mail/'.$channelName.'.png') }}" alt="{{$channelName}}" />--}}
<img src="https://farmfun.be/img/mail/{{$channelName}}.png" alt="{{$channelName}}" />
</a>
@endforeach
</td>
</tr>
</table>
</td>
</tr>