HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
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>