flexisip-account-manager/flexiapi/resources/views/errors/503.blade.php
2024-12-02 13:04:49 +00:00

5 lines
144 B
PHP

@extends('errors::minimal')
@section('title', __('Service Unavailable'))
@section('code', '503')
@section('message', $exception->getMessage())