complete story 8.1 with qa tests

This commit is contained in:
Naser Mansour
2025-12-29 00:47:33 +02:00
parent 3bcbb13c61
commit 911624901f
25 changed files with 830 additions and 35 deletions
+12
View File
@@ -0,0 +1,12 @@
@props(['url'])
<tr>
<td class="header" style="background-color: #0A1F44; 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;">
@else
{!! $slot !!}
@endif
</a>
</td>
</tr>