footer.blade.php 405 Bytes
<!-- Main Footer -->
<footer class="main-footer">
    <!-- To the right -->
    <div class="pull-right hidden-xs">
        <a href="http://laravel-boilerplate.com" target="_blank">{{ app_name() }}</a>
    </div>
    <!-- Default to the left -->
    <strong>Copyright &copy; {{ date('Y') }} <a href="#">{{ company_name() }}</a>.</strong> {{ trans('strings.backend.general.all_rights_reserved') }}
</footer>