osb/resources/views/vendor/mail/html/header.blade.php

7 lines
174 B
PHP
Raw Normal View History

2018-08-07 04:26:33 +00:00
<tr>
<td class="header">
<a href="{{ $url }}">
<img class="pull-left" src="{{ $logo }}"> <div class="pull-right">{{ $slot }}</div>
</a>
</td>
2018-08-23 05:17:26 +00:00
</tr>