Files
UNIT3D/resources/views/errors/503.blade.php
2023-08-02 02:15:56 +00:00

6 lines
170 B
PHP

@extends('errors.layout')
@section('title', 'Error 503: Service Unavailable!')
@section('description', 'Sorry, we are doing some maintenance. Please check back soon.')