{{-- study/verification.blade.php — Phase 9.2 + 9.3 --}} @extends('layouts.app') @section('content') @include('components.analysis-nav', ['study' => $study, 'activeTab' => $activeTab]) @if(session('status')) @endif @forelse($groups as $grp) @foreach($grp['conflicts'] as $i => $c) @endforeach @empty @endforelse
{{ session('status') }}
Interview Produit Champ Mot Sens Action
#{{ $grp['interview']->Id }} — {{ $grp['interview']->Prenom }} {{ $c['product_id'] ?? '—' }} {{ $c['column'] }} {{ $c['word'] }} {{ $c['sentiment'] ?? '' }}
@csrf
Aucun conflit détecté.
@endsection