mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-09 21:19:22 -06:00
6 lines
198 B
PHP
6 lines
198 B
PHP
@extends('errors.layout')
|
|
|
|
@section('title', 'Error 503: Service Unavailable!')
|
|
|
|
@section('description', $exception->getMessage() ?: 'Sorry, we are doing some maintenance. Please check back soon.')
|