leenooks/resources/themes/adminlte/views/layouts/auth.blade.php
2019-02-08 23:42:58 +11:00

19 lines
374 B
PHP

<!DOCTYPE html>
<html>
@section('htmlheader')
@include('adminlte::layouts.partials.htmlheader')
<!-- iCheck -->
<link rel="stylesheet" href="/plugin/iCheck/square/blue.css">
@show
<body class="hold-transition login-page">
<div id="app">
@yield('content')
</div>
@section('scripts')
@include('adminlte::auth.partials.scripts')
@show
</body>
</html>