13 lines
360 B
PHP
13 lines
360 B
PHP
@props(['url'])
|
|
<tr>
|
|
<td class="header" style="background-color: #2D3624; padding: 25px; text-align: center;">
|
|
<a href="{{ $url }}" style="display: inline-block;">
|
|
@if (trim($slot) === 'Laravel')
|
|
<img src="{{ asset('images/logo-email.png') }}" class="logo" alt="LIBRA for Rights" style="height: 60px; width: 60px;">
|
|
@else
|
|
{!! $slot !!}
|
|
@endif
|
|
</a>
|
|
</td>
|
|
</tr>
|