@extends('admin.layouts.netgescon') @section('title', 'GESCON Import · Anagrafiche importate') @section('breadcrumb') GESCON Import Anagrafiche importate @endsection @section('content')
Fonte: {{ $source === 'rubrica_universale' ? 'Rubrica Universale' : 'Persone legacy' }}. Totale mostrato: {{ $persone->total() }}.
| Nome / Ragione sociale | Tipo | Contatti | Categoria | Ultimo aggiornamento |
|---|---|---|---|---|
|
{{ $nomeCompleto ?: 'Soggetto senza nome' }}
@if(!empty($p->codice_interno))
Codice interno: {{ $p->codice_interno }}
@elseif(!empty($p->id))
ID: {{ $p->id }}
@endif
|
{{ $tipo ?: '—' }} |
{{ $email ?: '—' }}
{{ $telefono ?: '' }}
|
{{ $categoria ?: '—' }} | {{ $updated ? $updated->format('d/m/Y H:i') : '—' }} |
| Nessuna anagrafica trovata. | ||||