mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-06 03:02:34 +01:00
12 lines
385 B
PHP
12 lines
385 B
PHP
|
@if ($company->present()->logo($settings))
|
||
|
@if ($settings->website)
|
||
|
<a href="{{ $settings->website }}" style="color: #19BB40; text-decoration: underline;">
|
||
|
@endif
|
||
|
|
||
|
<img src="{{ $company->present()->logo() }}" height="50" style="height:50px; max-width:140px; margin-left: 33px; padding-top: 2px" alt=""/>
|
||
|
|
||
|
@if ($settings->website)
|
||
|
</a>
|
||
|
@endif
|
||
|
@endif
|