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

7 lines
138 B
PHP

@extends('templates/wrapper', [
'css' => ['body' => 'bg-neutral-800'],
])
@section('container')
<div id="app"></div>
@endsection