File: D:/HostingSpaces/SBogers10/farmfun.komma.pro/resources/views/emails/components/prefooter.blade.php
<tr>
<td>
<table class="c-prefooter">
<tr style="background: url('https://farmfun.be/img/mail/subfooter.gif') no-repeat right bottom">
<td>
<table class="c-contact">
<tr>
<td><img class="c-contact__icon" src="https://farmfun.be/img/mail/email.png" alt="" /></td>
<td>{{ config('site.be.email') }}</td>
</tr>
<tr>
<td><img class="c-contact__icon" src="https://farmfun.be/img/mail/phone.png" alt="" /></td>
<td>{{ config('site.be.phone.display') }}</td>
</tr>
<tr>
<td><img class="c-contact__icon" src="https://farmfun.be/img/mail/message.png" alt="" /></td>
<td>{{ config('site.be.url') }}</td>
</tr>
</table>
</td>
<td>
<table class="c-contact">
<tr>
<td><img class="c-contact__icon" src="https://farmfun.be/img/mail/email.png" alt="" /></td>
<td>{{ config('site.nl.email') }}</td>
</tr>
<tr>
<td><img class="c-contact__icon" src="https://farmfun.be/img/mail/phone.png" alt="" /></td>
<td>{{ config('site.nl.phone.display') }}</td>
</tr>
<tr>
<td><img class="c-contact__icon" src="https://farmfun.be/img/mail/message.png" alt="" /></td>
<td>{{ config('site.nl.url') }}</td>
</tr>
</table>
</td>
{{-- <td class="c-prefooter__decoration">--}}
{{-- <img src="https://farmfun.be/img/mail/subfooter.gif" alt="" />--}}
{{-- </td>--}}
</tr>
</table>
</td>
</tr>