Files
portal/resources/views/vendor/mail/html/header.blade.php

12 lines
244 B
PHP

<tr>
<td class="header">
<a href="{{ $url }}" style="display: inline-block;">
@if (trim($slot) === 'Laravel')
<img src="https://portal.bricooli.fr/img/logo.svg" class="logo" alt="Portal Bricooli Logo">
@else
{{ $slot }}
@endif
</a>
</td>
</tr>