Deploy Ladill Meet / deploy (push) Successful in 43s
Show ladillmeet-logo-email.png in contact mail and publish a markdown mail header matching the Invoice pattern. Co-authored-by: Cursor <cursoragent@cursor.com>
9 lines
247 B
PHP
9 lines
247 B
PHP
@props(['url'])
|
|
<tr>
|
|
<td class="header">
|
|
<a href="{{ $url }}" style="display: inline-block;">
|
|
<img src="{{ asset('images/logo/ladillmeet-logo-email.png') }}" alt="Ladill Meet" style="height: 38px; max-height: 38px; width: auto;">
|
|
</a>
|
|
</td>
|
|
</tr>
|