@extends('layouts.app') @section('createRichiesta', 'Richieste') @section('content')

 Richiesta



@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Tipo di Cliente


Dati Richiesta
@if ($errors->has('data_decorrenza')) {{ $errors->first('data_decorrenza') }} @endif
@if ($errors->has('data_contratto')) {{ $errors->first('data_contratto') }} @endif
@if ($errors->has('codice_offerta')) {{ $errors->first('codice_offerta') }} @endif

@if ($errors->has('Utenza_Fasce_Orarie_di_Fatturazione')) {{ $errors->first('Utenza_Fasce_Orarie_di_Fatturazione') }} @endif
@if (old('richiesta.tipologia')==10 || old('richiesta.tipologia')==15 || old('richiesta.tipologia')==16)
@else

Dati anagrafici intestatario
@if ($errors->has('rag_soc_new')) {{ $errors->first('rag_soc_new') }} @endif
@if ($errors->has('nome_new')) {{ $errors->first('nome_new') }} @endif
@if ($errors->has('cognome_new')) {{ $errors->first('cognome_new') }} @endif
@if ($errors->has('cf_new')) {{ $errors->first('cf_new') }} @endif
@if ($errors->has('piva_new')) {{ $errors->first('piva_new') }} @endif
@if ($errors->has('email_intestatario')) {{ $errors->first('email_intestatario') }} @endif
@if ($errors->has('pec_intestatario')) {{ $errors->first('pec_intestatario') }} @endif
@if ($errors->has('telefono_intestatario')) {{ $errors->first('telefono_intestatario') }} @endif
@if ($errors->has('cod_sdi_intestatario')) {{ $errors->first('cod_sdi_intestatario') }} @endif
Dati Indirizzo sede Legale/Residenza
@if ($errors->has('indirizzo_sede_legale')) {{ $errors->first('indirizzo_sede_legale') }} @endif


Dati Tecnici
@if(Auth::user()->users_type_id == 1)
@endif
@if ($errors->has('tipo_contratto')) Inserire un uso fornitura @endif
@if ($errors->has('modalita_allaccio')) {{ $errors->first('modalita_allaccio') }} @endif
@if ($errors->has('tipologia_allaccio')) {{ $errors->first('tipologia_allaccio') }} @endif
@if ($errors->has('pdp')) {{ $errors->first('pdp') }} @endif
@if ($errors->has('potenza_impianto')) {{ $errors->first('potenza_impianto') }} @endif
@if ($errors->has('potenza_impegnata')) {{ $errors->first('potenza_impegnata') }} @endif
@if ($errors->has('tensione')) {{ $errors->first('tensione') }} @endif
@if ($errors->has('remi')) {{ $errors->first('remi') }} @endif
@if ($errors->has('matricola_contatore')) {{ $errors->first('matricola_contatore') }} @endif
@if ($errors->has('matricola_contatore')) {{ $errors->first('matricola_correttore') }} @endif
@if ($errors->has('consumo_annuo')) {{ $errors->first('consumo_annuo') }} @endif
@if ($errors->has('tel_cod_migrazione')) {{ $errors->first('tel_cod_migrazione') }} @endif
@if ($errors->has('tel_numero_att')) {{ $errors->first('tel_numero_att') }} @endif
@if ($errors->has('tel_servizio')) {{ $errors->first('tel_servizio') }} @endif
@if ($errors->has('tel_recapito')) {{ $errors->first('tel_recapito') }} @endif
@if ($errors->has('tel_recapito_ref')) {{ $errors->first('tel_recapito_ref') }} @endif
Dati Indirizzo punto di fornitura
@if ($errors->has('indirizzo')) {{ $errors->first('indirizzo') }} @endif
@if ($errors->has('civico')) {{ $errors->first('civico') }} @endif
@if ($errors->has('provincia')) {{ $errors->first('provincia') }} @endif
@if ($errors->has('cod_zona')) {{ $errors->first('cod_zona') }} @endif


@if (old('richiesta.tipologia')==17)
@else
Dati Fatturazione
@if ($errors->has('domiciliazione')) {{ $errors->first('domiciliazione') }} @endif
@if ($errors->has('intestatario_iban')) {{ $errors->first('intestatario_iban') }} @endif
@if ($errors->has('codice_fiscale_iban')) {{ $errors->first('codice_fiscale_iban') }} @endif
Altro recapito di corrispondenza


Dati Aggiuntivi
@if(Session::has('message'))

{{ Session::get('message') }}

@endif
Seleziona file cambia Cancella


@endsection @section('scripts') @endsection