complete story 12.4

This commit is contained in:
Naser Mansour
2026-01-04 00:42:49 +02:00
parent 74eacd53ae
commit be05f1d759
4 changed files with 101 additions and 40 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
@props(['url'])
<tr>
<td class="header" style="background-color: #4A4A42; padding: 25px; text-align: center;">
<td class="header" style="background-color: #8AB357; padding: 25px; text-align: center;">
<a href="{{ $url }}" style="display: inline-block;">
@if (trim($slot) === 'Laravel')
<img src="{{ asset('images/logo-email.png') }}" class="logo" alt="Libra Law Firm" style="height: 45px;">
<img src="{{ asset('images/logo-email.png') }}" class="logo" alt="LIBRA for Rights" style="height: 60px; width: 60px;">
@else
{!! $slot !!}
@endif