Add copyright notice to templates

This commit is contained in:
Nabeel Shahzad
2018-01-19 18:13:59 -05:00
parent 1133902f50
commit 53a6e4b3c5
2 changed files with 22 additions and 0 deletions

View File

@@ -61,6 +61,14 @@
@yield('content')
</div>
<div class="clearfix" style="height: 200px;"></div>
<footer class="footer footer-default">
<div class="container">
<div class="copyright">
powered by <a href="http://www.phpvms.net" target="_blank">phpvms</a>
</div>
</div>
</footer>
</div>
<script src="{!! public_asset('/assets/system/js/vendor.js') !!}?v={!! time() !!}"></script>