1
0
Files
lkafu/storage/framework/views/6148205cbd21510e332d96e5415404f68c083607.php
2020-08-06 14:52:58 +08:00

20 lines
767 B
PHP

<!-- Main Footer -->
<footer class="main-footer">
<!-- To the right -->
<div class="pull-right hidden-xs">
<?php if(config('admin.show_environment')): ?>
<strong>Env</strong>&nbsp;&nbsp; <?php echo config('app.env'); ?>
<?php endif; ?>
&nbsp;&nbsp;&nbsp;&nbsp;
<?php if(config('admin.show_version')): ?>
<strong>Version</strong>&nbsp;&nbsp; <?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 /home/wwwroot/lkafu/vendor/encore/laravel-admin/src/../resources/views/partials/footer.blade.php ENDPATH**/ ?>