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

6 lines
145 B
PHP
Raw Normal View History

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