2020-09-05 23:46:27 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2021-12-03 02:36:25 +00:00
|
|
|
@section('htmlheader')
|
|
|
|
@include('architect::layouts.partials.htmlheader')
|
|
|
|
@show
|
2020-09-05 23:46:27 +00:00
|
|
|
|
2021-12-03 02:36:25 +00:00
|
|
|
<body class="hold-transition login-page">
|
|
|
|
<div id="app">
|
|
|
|
@yield('content')
|
|
|
|
</div>
|
2020-09-05 23:46:27 +00:00
|
|
|
|
2021-12-03 02:36:25 +00:00
|
|
|
@section('scripts')
|
|
|
|
@include('architect::auth.partials.scripts')
|
2020-09-15 12:40:32 +00:00
|
|
|
|
2021-12-03 02:36:25 +00:00
|
|
|
@yield('page-scripts')
|
|
|
|
@show
|
|
|
|
</body>
|
|
|
|
</html>
|