3
0
Fork 0
This repository has been archived on 2024-11-14. You can view files and clone it, but cannot push or open issues or pull requests.
ThemeParkPlus-Panel/resources/views/components/title.blade.php

8 lines
286 B
PHP
Raw Normal View History

2021-06-29 20:05:00 +00:00
@if(!empty(env('APP_LOGO', '')))
<div class="col-xs-12">
<img src="{{ env('APP_LOGO') }}" style="max-width: 80%; max-height: 50px; height: auto; width: auto; filter: brightness(0)">
</div>
@else
<h2 class="text-center">{{ env('APP_NAME', 'ThemePark') }}</h2>
@endif