++ Primo Caricamento
This commit is contained in:
15
resources/views/errors/404.blade.php
Normal file
15
resources/views/errors/404.blade.php
Normal file
@@ -0,0 +1,15 @@
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('title', 'Pagina non trovata')
|
||||
@section('page-title', 'Pagina non trovata')
|
||||
|
||||
@section('content')
|
||||
<div class="text-center py-5">
|
||||
<div class="display-1 fw-bold text-muted opacity-25">404</div>
|
||||
<h2 class="mt-3">Questa pagina non esiste</h2>
|
||||
<p class="text-muted">La risorsa che cerchi non è disponibile o è stata spostata.</p>
|
||||
<a href="{{ route('dashboard') }}" class="btn btn-primary mt-2">
|
||||
<i class="bi bi-house me-1"></i>Torna alla dashboard
|
||||
</a>
|
||||
</div>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user