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

8 lines
235 B
PHP

@props(['url'])
<tr>
<td class="header">
<a href="{{ $url }}" style="display: inline-block;">
<img src="{{ asset('images/trypost/logo-light.png') }}" class="logo" alt="TryPost Logo" style="height: 40px; width: auto;">
</a>
</td>
</tr>