12345678910111213141516171819 |
- <!-- Main Footer -->
- <footer class="main-footer">
- <!-- To the right -->
- <!-- <div class="pull-right hidden-xs">
- @if(config('admin.show_environment'))
- <strong>Env</strong> {!! config('app.env') !!}
- @endif
-
- @if(config('admin.show_version'))
- <strong>Version</strong> {!! \Encore\Admin\Admin::VERSION !!}
- @endif
- </div> -->
- <div style="font-size:12px; margin:auto, 5px;text-align:center">技术支持:成都快乐小清智能科技有限公司</div>
- <!-- Default to the left -->
- <!-- <strong>Powered by <a href="https://github.com/z-song/laravel-admin" target="_blank">laravel-admin</a></strong> -->
- </footer>
|