Signed URL for invoice
This commit is contained in:
16
resources/views/layouts/link.blade.php
Normal file
16
resources/views/layouts/link.blade.php
Normal 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>
|
Reference in New Issue
Block a user