Files
newznab-tmux-NNTmux/resources/views/vendor/mail/html/header.blade.php
T
2026-05-07 14:03:21 +02:00

14 lines
276 B
PHP

@props(['url'])
<tr>
<td class="header">
<a href="{{ $url }}" style="display: inline-block;">
@php($logoUrl = config('mail.brand.logo_url'))
@if ($logoUrl)
<img src="{{ $logoUrl }}" class="logo" alt="{{ trim(strip_tags($slot)) }}">
@else
{!! $slot !!}
@endif
</a>
</td>
</tr>