mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
10 lines
285 B
PHP
10 lines
285 B
PHP
@extends('errors.base')
|
|
|
|
@section('title', tr("Pagina non trovata!"))
|
|
|
|
@section('error_color', 'warning')
|
|
@section('error_header', '404')
|
|
|
|
@section('error_message', tr('Oops! Pagina non trovata'))
|
|
@section('error_info', tr('Non siamo riusciti a trovare la pagina che stavi cercando'))
|