@extends('admin.layout') @section('content')

Aperçu des données importées

Retour
0%
En attente de démarrage... 0 / {{ count($data) }} éléments traités
@foreach($data as $index => $row) @foreach($row as $key => $cell) @endforeach @endforeach
# Statut Nom N° Pièce Pays Type ID Date Type Sujet Type Rapport Catégorie Action
{{ $index + 1 }}
Chargement...
{{ $cell }} @if($row[5] === 'PP') Particulier @elseif($row[5] === 'PM') Entreprise @else Inconnu @endif @if($row[5] === 'PP' || $row[5] === 'PM')
@csrf
@endif
@endsection