5 lines
144 B
PHP
5 lines
144 B
PHP
@extends('errors::layout')
|
|
|
|
@section('title', __('Service Unavailable'))
|
|
@section('code', '503')
|
|
@section('message', __('Service Unavailable'))
|