Update Mail Design (Password Reset)

This commit is contained in:
2026-01-08 17:21:03 +01:00
parent 8f99718058
commit ab4e7c7999
17 changed files with 493 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) === 'Laravel')
<img src="https://laravel.com/img/notification-logo.png" class="logo" alt="Laravel Logo">
@else
{!! $slot !!}
@endif
</a>
</td>
</tr>