Effettuato modifiche su menu e view tags, resoconto e budget
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<!-- Report categorie dell'anno suddiviso per mesi -->
|
||||
@extends('admin')
|
||||
@extends('adminlte::page')
|
||||
|
||||
@section('content_header')
|
||||
|
||||
@endsection
|
||||
<h1>Rapporto dei movimenti</h1>
|
||||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<h1 class="page-header">Rapporto dei movimenti</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<a href="{{ route('budgetxls');}}" class="btn btn-primary">Esporta in .ods</a>
|
||||
@@ -76,7 +76,8 @@
|
||||
|
||||
|
||||
@endsection
|
||||
@section('script')
|
||||
@section('js')
|
||||
<script src="/js/app/conti_catanno.js"></script>
|
||||
|
||||
@endsection
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@extends('admin')
|
||||
@extends('adminlte::page')
|
||||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
@@ -69,6 +69,6 @@
|
||||
</div>
|
||||
|
||||
@endsection
|
||||
@section('script')
|
||||
@section('js')
|
||||
<script src="/js/app/conti_categorie.js"></script>
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user