2017-09-14 22:21:00 +03:00
|
|
|
<html>
|
2019-11-16 10:21:14 +03:00
|
|
|
@include('partials.install.head')
|
2020-02-24 18:14:29 +03:00
|
|
|
|
2021-08-24 15:42:01 +03:00
|
|
|
@stack('body_start')
|
2019-11-16 10:21:14 +03:00
|
|
|
<body class="installation-page">
|
|
|
|
<div class="main-content">
|
|
|
|
<div class="container">
|
2021-08-24 15:42:01 +03:00
|
|
|
@stack('body_start')
|
|
|
|
<div id="app"></div>
|
2017-09-14 22:21:00 +03:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2019-11-16 10:21:14 +03:00
|
|
|
@include('partials.install.scripts')
|
2017-09-14 22:21:00 +03:00
|
|
|
</body>
|
|
|
|
</html>
|