1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-24 19:22:35 +01:00
LinkAce/resources/views/errors/503.blade.php
2020-09-21 23:38:45 +02:00

6 lines
237 B
PHP

@extends('layouts.errors')
@section('title', __('Service Unavailable'))
@section('code', '503')
@section('message', __('This service is currently not available. If you are the administrator, consult the application logs for details.'))