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:
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 New Issue
Block a user