2024-04-19 16:51:17 +02:00
|
|
|
@props(['url'])
|
2021-07-18 21:38:00 +02:00
|
|
|
<tr>
|
|
|
|
<td class="header">
|
|
|
|
<a href="{{ $url }}" style="display: inline-block;">
|
2024-04-19 16:51:17 +02:00
|
|
|
@if (trim($slot) === 'Laravel')
|
|
|
|
<img src="https://laravel.com/img/notification-logo.png" class="logo" alt="Laravel Logo">
|
|
|
|
@else
|
|
|
|
{{ $slot }}
|
|
|
|
@endif
|
2021-07-18 21:38:00 +02:00
|
|
|
</a>
|
|
|
|
</td>
|
|
|
|
</tr>
|