mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
11 lines
361 B
PHP
11 lines
361 B
PHP
@extends('errors.base')
|
|
|
|
@section('title', tr("Servizio non disponibile"))
|
|
|
|
@section('error_color', 'info')
|
|
@section('error_header', '503')
|
|
|
|
@section('error_message', tr('Servizio non disponibile'))
|
|
@section('error_info', tr("E' in corso un processo di manutenzione dell'applicazione"))
|
|
@section('error_return', tr("Torneremo attivi il più presto possibile"))
|