mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:01:24 +00:00
14 lines
276 B
PHP
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>
|