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/SBogers10/tandartsmaas.komma.pro/app/views/emails/template/message.blade.php
<table {{ $attributes->cleanTable }}
       background="#fff"
       style="
       {{  $styles->containerWidth }}
       padding: 40px;
       background: #fff;">
    <tr>
        <td style="{{ $font->default }}; padding-bottom: 80px">
            @yield('message')

            <p>
                Met vriendelijke groet,<br />
                Team Tandarts Maas
            </p>
        </td>
    </tr>
    <tr>
        <td>
            <a href="http://tandartsmaas.nl" target="_blank" style="display: block; text-decoration: none;">
                <div style="{{ $styles->button }} {{ $font->button }}">Kijk ook op onze website</div>
            </a>
        </td>
    </tr>
</table>