Files
aso/resources/views/vendor/mail/html/header.blade.php
2023-07-03 11:39:08 +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>