Signed URL for invoice

This commit is contained in:
cuneytsenturk
2018-10-15 12:39:41 +03:00
parent 2deec6792b
commit 7ee300e5d1
9 changed files with 406 additions and 0 deletions

View File

@ -0,0 +1,7 @@
@stack('footer_start')
<footer class="main-footer">
<strong>{{ trans('footer.powered') }}</strong>: <a href="{{ trans('footer.link') }}">{{ trans('footer.software') }}</a>
</footer>
@stack('footer_end')