simedkom/resources/views/errors/503.blade.php
2025-04-10 14:01:14 +07:00

26 lines
737 B
PHP

<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>503 Service Unavailable - {{$app->app_title}}</title>
@include('partials.app.head')
<!-- Custom stlylesheet -->
<link type="text/css" rel="stylesheet" href="{{asset('assets/errors/css/style2.css')}}" />
</head>
<body>
<div class="error-container">
<img src="{{ asset('assets/errors/images/503-error.svg') }}" alt="Error Illustration" />
<h1>Layanan Sedang Sibuk</h1>
<p>Server sedang penuh atau dalam perbaikan. Mohon bersabar dan coba beberapa saat lagi.</p>
</div>
{{-- <footer>
@include('errors.partials.media-socials')
</footer> --}}
</body>
</html>