@extends('layouts.app') @include('layouts.header') @section('title', 'Tools') @section('content')
{{-- ********************************************* PANNELLO IMPORTAZIONE FILES --}}
{{-- ************** TITOLO --}}

IMPORTAZIONE LETTURE DISTRIBUTORE NUOVI FORMATI

{{-- ************** SEZIONE IMPORTAZIONE --}}
{{-- ************** DIVIDER --}}

File .XML input da distribuzione

Selezionare i files XML per provvedere al caricamento delle letture (max 20 files)

{{-- ************** FORM CARICAMENTO FILES --}}
{{-- ************** VALIDAZIONE SESSIONE --}} {{-- ************** SELEZIONE DEI FILES --}}
{{--
--}} {{-- ************** DISPLAY CONTATORE DEI FILES SELEZIONATI --}}
{{-- --}}
{{-- ************** CAMPO CON I NOMI DEI FILES SELEZIONATI --}} {{-- ************** TASTI --}} Seleziona files cambia {{-- ************** SELETTORE DEI FILES --}} cancella
@if ($errors->has('file')) @endif
{{-- ************** LISTA FILES DA IMPORTARE --}}

Lista file/s da importare

Nessun file selezionato

@endsection @section('scripts') @endsection