18 lines
558 B
PHP
Raw Normal View History

2022-09-21 11:59:53 +08:00
<!-- Main Footer -->
<footer class="main-footer">
<!-- To the right -->
<div class="pull-right hidden-xs">
@if(config('admin.show_environment'))
<strong>Env</strong>&nbsp;&nbsp; {!! env('APP_ENV') !!}
@endif
&nbsp;&nbsp;&nbsp;&nbsp;
@if(config('admin.show_version'))
<strong>Version</strong>&nbsp;&nbsp; {!! \Encore\Admin\Admin::VERSION !!}
@endif
</div>
<!-- Default to the left -->
<div style="color: #666666;text-align: center;">{!! config('app.owner') !!}</div>
</footer>