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

8 lines
137 B
PHP
Raw Normal View History

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