BUB-2 Creato filtro da pagina categorie che visualizza i movimenti (tutti) per quella categoria

This commit is contained in:
2022-03-14 12:01:23 +01:00
parent aac58aca6d
commit d69d2f0b9a
4 changed files with 18 additions and 4 deletions

View File

@@ -10,14 +10,14 @@
<title>{{ config('app.name', 'Laravel') }}</title>
<!-- Scripts -->
<script src="'/js/app.js'" defer></script>
<script src="{{ asset('/js/app.js') }}" defer></script>
<!-- Fonts -->
<link rel="dns-prefetch" href="//fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
<!-- Styles -->
<link href="/css/app.css')" rel="stylesheet">
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
</head>
<body>
<div id="app">