BUB-5 Creato filtro da pagina report in base alla categoria sui movimenti

This commit is contained in:
2022-03-14 11:46:16 +01:00
parent 717d100dcf
commit aac58aca6d
9 changed files with 106 additions and 20 deletions

View File

@@ -10,14 +10,14 @@
<title>{{ config('app.name', 'Laravel') }}</title>
<!-- Scripts -->
<script src="{{ asset('js/app.js') }}" defer></script>
<script src="'/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="{{ asset('css/app.css') }}" rel="stylesheet">
<link href="/css/app.css')" rel="stylesheet">
</head>
<body>
<div id="app">