v2 first commit
This commit is contained in:
7
resources/views/partials/signed/footer.blade.php
Normal file
7
resources/views/partials/signed/footer.blade.php
Normal file
@ -0,0 +1,7 @@
|
||||
@stack('footer_start')
|
||||
<footer class="footer pt-0">
|
||||
<div class="copyright text-left text-lg-left text-muted">
|
||||
<strong>{{ trans('footer.powered') }}</strong>: <a class="text-success" href="{{ trans('footer.link') }}" target="_blank">{{ trans('footer.software') }}</a>
|
||||
</div>
|
||||
</footer>
|
||||
@stack('footer_end')
|
Reference in New Issue
Block a user