Files
coolify/resources/views/errors/503.blade.php
T

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