first commit
This commit is contained in:
21
resources/views/layouts/auth.blade.php
Normal file
21
resources/views/layouts/auth.blade.php
Normal file
@ -0,0 +1,21 @@
|
||||
<html>
|
||||
@include('partials.auth.head')
|
||||
|
||||
<body class="hold-transition login-page">
|
||||
<div class="login-box">
|
||||
<div class="login-logo">
|
||||
<img src="{{ asset('public/img/akaunting-logo-white.png') }}" alt="Akaunting" />
|
||||
</div>
|
||||
<!-- /.login-logo -->
|
||||
|
||||
<div class="login-box-body">
|
||||
<p class="login-box-msg">@yield('message')</p>
|
||||
|
||||
@include('flash::message')
|
||||
|
||||
@yield('content')
|
||||
</div>
|
||||
<!-- /.login-box-body -->
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user