koel/resources/views/errors/503.blade.php
2016-12-11 21:08:30 +08:00

4 lines
118 B
PHP

@extends('errors.template')
@section('title', 'Service Unavailable')
@section('details', 'Koel will be right back.')