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

6 lines
145 B
PHP
Raw Normal View History

2020-01-21 09:59:10 +00:00
<div class="header">
<div class="fixedw">
2020-01-22 10:05:31 +00:00
<img src="{{ url($site->email_logo) }}"><br>
2020-01-21 09:59:10 +00:00
<div class="subject">{{ $slot }}</div>
</div>
</div>