Files
aso/resources/views/vendor/mail/html/header.blade.php
2022-12-29 11:38:55 +07:00

10 lines
223 B
PHP

<tr>
<td class="header">
<a href="{{ $url }}" style="display: inline-block;">
@if (trim($slot) === 'Laravel')
@else
{{ $slot }}
@endif
</a>
</td>
</tr>