mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
[L6] Move all of the template files into the new correct location
This commit is contained in:
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 New Issue
Block a user