Sistemazione dei routing e delle view

This commit is contained in:
2023-05-31 09:25:16 +02:00
13 changed files with 166 additions and 14 deletions

View File

@@ -54,7 +54,7 @@
{
@endphp
<td><a href="movimenti/report/movimenti_categoria?cat={{$categoria->id}}&month={{$index+1}}">{{ $matrice[$cat][$index] }}</a></td>
<td><a href="/admin/movimenti/report/movimenti_categoria?cat={{$categoria->id}}&month={{$index+1}}">{{ $matrice[$cat][$index] }}</a></td>
@php
$index++;
}

View File

@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Vietato - 403 - Forbidden</title>
<meta name=viewport content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Merriweather:400,400i" />
<link rel="stylesheet" href="/css/style.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body>
<!-- partial:index.partial.html -->
<div class="wrapper">
<div class="box">
<h1>403</h1>
<p>Spiacente, non è possibile andare oltre questo punto!</p>
<p><a href="/">Prego torna indietro da qui.</a></p>
</div>
</div>
<!-- partial -->
</body>
</html>