misc_pterodactyl-panel/resources/views/templates/base/core.blade.php

9 lines
172 B
PHP
Raw Normal View History

@extends('templates/wrapper', [
'css' => ['body' => 'bg-neutral-800'],
])
@section('container')
2020-10-15 03:13:36 +00:00
<div id="modal-portal"></div>
<div id="app"></div>
@endsection