mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-27 16:29:55 +00:00
12 lines
325 B
PHP
12 lines
325 B
PHP
@extends('layouts.base')
|
|
|
|
@section('body')
|
|
<body class="text-black dark:text-inherit">
|
|
<x-toast />
|
|
<x-error-page
|
|
code="503"
|
|
title="We are working on serious things."
|
|
description="Service unavailable. Be right back. Thanks for your patience." />
|
|
</body>
|
|
@endsection
|