lk.zachem.info/resources/views/vendor/mail/html/header.blade.php

13 lines
414 B
PHP

@props(['url'])
<tr>
<td class="header">
<a href="{{ $url }}" style="display: inline-block;">
@if(array_key_exists('logo', DESIGN_PARAMETERS))
<img src="{{ url('/storage/' . DESIGN_PARAMETERS['logo']) }}" alt="Logo" height="50">
@else
<img src={{ url('/images/logo.png') }} alt="Logo" height="70">
@endif
</a>
</td>
</tr>