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,16 @@
<html lang="{{ setting('general.default_locale') }}">
@include('partials.link.head')
<body class="hold-transition skin-green-light sidebar-mini fixed link">
@stack('body_start')
<!-- Site wrapper -->
<div class="wrapper">
@include('partials.link.content')
@include('partials.link.footer')
</div>
@stack('body_end')
</body>
</html>