@extends('layouts.app') @section('title', 'Nuova Registrazione Contabile') @section('content')

Nuova Registrazione Contabile

@if ($errors->any())
@endif
@csrf

Movimenti

{{-- Movimenti will be added here by JavaScript --}}
Totale Dare: 0.00
Totale Avere: 0.00
Sbilancio: 0.00
@endsection @push('scripts') @endpush