1234567891011121314151617181920 |
- <!-- Main Footer -->
- <footer class="main-footer">
- <!-- To the right -->
- <div class="pull-right hidden-xs">
- <?php if(config('admin.show_environment')): ?>
- <strong>Env</strong> <?php echo config('app.env'); ?>
- <?php endif; ?>
-
- <?php if(config('admin.show_version')): ?>
- <strong>Version</strong> <?php echo \Encore\Admin\Admin::VERSION; ?>
- <?php endif; ?>
- </div>
- <!-- Default to the left -->
- <strong>Powered by <a href="https://github.com/z-song/laravel-admin" target="_blank">laravel-admin</a></strong>
- </footer><?php /**PATH C:\phpstudy_pro\WWW\cydsyy-api\vendor\encore\laravel-admin\src/../resources/views/partials/footer.blade.php ENDPATH**/ ?>
|