leenooks/resources/themes/architect/views/layouts/auth.blade.php

18 lines
320 B
PHP
Raw Normal View History

2021-12-05 05:24:56 +00:00
<!DOCTYPE html>
<html>
@section('htmlheader')
@include('architect::layouts.partials.htmlheader')
@show
<body class="hold-transition login-page">
<div id="app">
@yield('content')
</div>
@section('scripts')
@include('architect::auth.partials.scripts')
@yield('page-scripts')
@show
</body>
</html>