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>