Published mail layout and added logo

This commit is contained in:
Constantin Graf
2024-07-18 12:37:13 +02:00
committed by Constantin Graf
parent ee2f125062
commit 055d93f7a3
18 changed files with 497 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
@props(['url'])
<tr>
<td class="header">
<a href="{{ $url }}" style="display: inline-block;">
@if(trim($slot) === 'solidtime')
<img src="{{ asset('images/solidtime-logo.svg') }}" class="logo" alt="solidtime Logo">
@else
{{ $slot }}
@endif
</a>
</td>
</tr>