<?php
<tr>
<td>
<table class="header" align="center" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td>
<a href="{{ $url }}"><img src="{{ $url }}/uploads/brand/{{ config('settings.logo') }}" class="logo"></a>
</td>
</tr>
</table>
</td>
</tr>
?>