mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-14 12:06:46 +00:00
6 lines
154 B
PHP
6 lines
154 B
PHP
@extends('components.layouts.error')
|
|
|
|
@section('title', __('Service Unavailable'))
|
|
@section('code', '503')
|
|
@section('message', __('Service Unavailable'))
|