libra/resources/views/vendor/mail/html/footer.blade.php

24 lines
779 B
PHP

<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: #C9C4BA;">info@libra.ps</a>
</p>
<p style="color: #a1a1aa; font-size: 11px;">
<a href="{{ config('app.url') }}" style="color: #C9C4BA;">{{ config('app.url') }}</a>
</p>
{{ Illuminate\Mail\Markdown::parse($slot) }}
</td>
</tr>
</table>
</td>
</tr>