footer.blade.php 358 B

123456789
  1. <!-- Main Footer -->
  2. <footer class="main-footer">
  3. <!-- To the right -->
  4. <div class="pull-right hidden-xs">
  5. <strong>Version</strong>&nbsp;&nbsp; {!! config('admin.version') !!}
  6. </div>
  7. <!-- Default to the left -->
  8. <strong>Powered by <a href="https://www.hopaheal.com/" target="_blank">希梦耐康网络科技</a></strong>
  9. </footer>