7 lines
215 B
PHP
7 lines
215 B
PHP
@if(Setting::get('show_support'))
|
|
<hr />
|
|
<div class='footer'>
|
|
<p>{{ Setting::get('app_name') }} Status Page is powered by <a href='https://github.com/jbrooksuk/Cachet' target="_blank">Cachet</a>.</p>
|
|
</div>
|
|
@endif
|