mirror of
https://github.com/twinpath/app.git
synced 2026-01-26 05:15:28 +07:00
9 lines
251 B
PHP
9 lines
251 B
PHP
@props(['url'])
|
|
<tr>
|
|
<td class="header">
|
|
<a href="{{ $url }}" style="display: inline-block;">
|
|
<img src="{{ config('app.url') }}/images/logo/logo.png" class="logo" alt="{{ config('app.name') }}" style="height: 40px; width: auto;">
|
|
</a>
|
|
</td>
|
|
</tr>
|