2018-06-20 05:06:27 +00:00
|
|
|
<tr>
|
2020-03-13 07:22:26 +00:00
|
|
|
<td class="header">
|
2020-06-17 07:14:18 +00:00
|
|
|
<a href="{{ $url }}" style="display: inline-block;">
|
|
|
|
|
@if (trim($slot) === 'Laravel')
|
|
|
|
|
<img src="https://laravel.com/img/notification-logo.png" class="logo" alt="Laravel Logo">
|
|
|
|
|
@else
|
2020-03-13 07:22:26 +00:00
|
|
|
{{ $slot }}
|
2020-06-17 07:14:18 +00:00
|
|
|
@endif
|
2020-03-13 07:22:26 +00:00
|
|
|
</a>
|
|
|
|
|
</td>
|
2018-06-20 05:06:27 +00:00
|
|
|
</tr>
|