chores:add email components

This commit is contained in:
hackerESQ
2024-10-20 14:25:06 -05:00
parent 82dde818e6
commit 8b067ece84
18 changed files with 546 additions and 0 deletions
+12
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>