<table {{ $attributes->cleanTable }}
background="{{ $colors->yellow }}"
style="
{{ $styles->containerWidth }}
{{ $font->title }}
padding: 0 40px;
height: 40px;
background: {{ $colors->yellow }};
">
<tr>
<td>
@yield('title')
</td>
</tr>
</table>