[L6] Move all of the template files into the new correct location
This commit is contained in:
parent
1c5b9dbb87
commit
c97461d602
83 changed files with 0 additions and 0 deletions
9
resources/views/templates/auth/core.blade.php
Normal file
9
resources/views/templates/auth/core.blade.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
@extends('templates/wrapper', [
|
||||
'css' => ['body' => 'bg-neutral-900']
|
||||
])
|
||||
|
||||
@section('container')
|
||||
<div class="w-full max-w-xs sm:max-w-md m-auto mt-8">
|
||||
<div id="app"></div>
|
||||
</div>
|
||||
@endsection
|
Reference in a new issue