2019-11-16 10:21:14 +03:00
|
|
|
<html lang="{{ app()->getLocale() }}">
|
|
|
|
@include('partials.signed.head')
|
|
|
|
|
|
|
|
<body>
|
|
|
|
@stack('body_start')
|
|
|
|
|
2019-12-26 09:43:39 +03:00
|
|
|
<div class="container-fluid content-layout mt-4">
|
2019-11-16 10:21:14 +03:00
|
|
|
|
2019-12-26 09:43:39 +03:00
|
|
|
@include('partials.signed.content')
|
2019-11-16 10:21:14 +03:00
|
|
|
|
2019-12-26 09:43:39 +03:00
|
|
|
@include('partials.signed.footer')
|
2019-11-16 10:21:14 +03:00
|
|
|
|
2019-12-26 09:43:39 +03:00
|
|
|
</div>
|
2019-11-16 10:21:14 +03:00
|
|
|
|
|
|
|
@stack('body_end')
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|