3 lines
81 B
PHP
3 lines
81 B
PHP
@php($statusCode = 503)
|
|
@include('errors.server', ['statusCode' => $statusCode])
|
@php($statusCode = 503)
|
|
@include('errors.server', ['statusCode' => $statusCode])
|