clrghouz/resources/views/layouts/auth.blade.php

16 lines
271 B
PHP
Raw Normal View History

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