mirror of
https://github.com/cp6/my-idlers.git
synced 2024-11-17 07:52:40 +01:00
6 lines
145 B
PHP
6 lines
145 B
PHP
|
@extends('errors::minimal')
|
||
|
|
||
|
@section('title', __('Service Unavailable'))
|
||
|
@section('code', '503')
|
||
|
@section('message', __('Service Unavailable'))
|