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
+23
View File
@@ -0,0 +1,23 @@
<tr>
<td>
<table class="footer" align="center" width="570" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td class="content-cell" align="center">
<p style="color: #71717a; font-size: 12px; margin-bottom: 8px;">
<strong>Libra Law Firm | مكتب ليبرا للمحاماة</strong>
</p>
<p style="color: #a1a1aa; font-size: 11px; margin-bottom: 4px;">
Ramallah, Palestine | رام الله، فلسطين
</p>
<p style="color: #a1a1aa; font-size: 11px; margin-bottom: 4px;">
<a href="mailto:info@libra.ps" style="color: #D4AF37;">info@libra.ps</a>
</p>
<p style="color: #a1a1aa; font-size: 11px;">
<a href="{{ config('app.url') }}" style="color: #D4AF37;">{{ config('app.url') }}</a>
</p>
{{ Illuminate\Mail\Markdown::parse($slot) }}
</td>
</tr>
</table>
</td>
</tr>