[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
7
resources/views/templates/base/core.blade.php
Normal file
7
resources/views/templates/base/core.blade.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
@extends('templates/wrapper', [
|
||||
'css' => ['body' => 'bg-neutral-800'],
|
||||
])
|
||||
|
||||
@section('container')
|
||||
<div id="app"></div>
|
||||
@endsection
|
Reference in a new issue