Files
FlightsAPI/resources/views/vendor/mail/html/footer.blade.php
T
2026-07-07 20:59:05 +10:00

13 lines
401 B
PHP

@props(['url'])
<tr>
<td>
<table class="footer" align="center" width="570" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td class="content-cell" align="center">
{{ Illuminate\Mail\Markdown::parse('© '.date('Y').' FlightsGoneBy. All rights reserved.') }}
</td>
</tr>
</table>
</td>
</tr>