{{ env('APP_NAME').' v'.env('VERSION')}} - Utilitaire d'import de fichiers

{{-- --}} {{ csrf_field() }}
Générer automatiquement les ID ?
@php $i = 0 @endphp @foreach ($line1_csv as $champ) @php $i++ @endphp @endforeach
{{ __("N° colonne") }} {{ __("Ligne 1 du fichier") }} {{ __("Ligne 2 du fichier") }}
{{ $i }} {{ $champ }} {{ $line2_csv[$i] }}
@php $i = 0 @endphp @foreach ($listechamps as $db_field) @php $i++ @endphp @endforeach
{{ __("Champ de la table") }} {{ __("Traiter le champ") }} {{ __("Type") }} {{ __("Préfixe") }} {{ __("Suffixe") }} {{ __("Format") }} {{ __("Valeur") }}
{{ $db_field }} {{-- --}}