v2 first commit
This commit is contained in:
20
resources/views/layouts/signed.blade.php
Normal file
20
resources/views/layouts/signed.blade.php
Normal file
@ -0,0 +1,20 @@
|
||||
<html lang="{{ app()->getLocale() }}">
|
||||
@include('partials.signed.head')
|
||||
|
||||
<body>
|
||||
|
||||
@stack('body_start')
|
||||
|
||||
<div class="container-fluid content-layout mt-4">
|
||||
|
||||
@include('partials.signed.content')
|
||||
|
||||
@include('partials.signed.footer')
|
||||
|
||||
</div>
|
||||
|
||||
@stack('body_end')
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user