pulizia e definizione dei report in base al mese corrente
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<nav class="navbar navbar-expand-md navbar-light bg-white shadow-sm">
|
||||
<div class="container">
|
||||
<a class="navbar-brand" href="{{ url('/') }}">
|
||||
{{ config('app.name', 'Laravel') }}
|
||||
{{ config('app.name', 'Gestionale Famigliare') }}
|
||||
</a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="{{ __('Toggle navigation') }}">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
@@ -76,6 +76,8 @@
|
||||
</nav>
|
||||
|
||||
<main class="py-4">
|
||||
@section('widget')
|
||||
@show
|
||||
@yield('content')
|
||||
</main>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user