13 lines
431 B
PHP
13 lines
431 B
PHP
@props(['url'])
|
|
<tr>
|
|
<td class="header">
|
|
<a href="{{ $url }}" style="display: inline-block;">
|
|
<img src="https://res.cloudinary.com/thnq1n3e/image/upload/f_auto,q_auto/header_logo_color_syhfnl"
|
|
alt="FlightsGoneBy"
|
|
height="80"
|
|
width="220"
|
|
style="height: 80px; max-height: 80px; width: 220px; max-width: 220px;">
|
|
</a>
|
|
</td>
|
|
</tr>
|