dwijitsolutions / laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like Advanced CRUD Generation, Module Manager, Backups and many more.
http://laraadmin.com
MIT License
1.58k stars 537 forks source link

There has a Lable not close #247

Closed johnnyzhang1992 closed 7 years ago

johnnyzhang1992 commented 7 years ago

There has a wrong in this code.

Layouts>partial> footer.blade.php the label strong not close

@if(!isset($no_padding))
<footer class="main-footer">
    <div class="pull-right hidden-xs">
        Powered by <a href="http://dwijitsolutions.com">Dwij IT Solutions</a>
    </div>
    **<strong>Copyright &copy; 2016**
</footer>
@endif