@extends('layouts.atelier') @section('title', 'Traitement lot') @section('page-title', 'Traitement lot') @section('content') {{-- Formulaire --}}
Importez une liste d'identifiants (un par ligne, ou séparés par virgule/point-virgule) pour lancer un reset en lot. Maximum 2 000 étiquettes par session.
@csrf {{-- Agent actif --}} @if($activeAgent)
Agent actif : {{ $activeAgent->name }}
@endif {{-- Nom du lot --}}
{{-- Marque --}}
@foreach(['hanshow' => 'Hanshow', 'vusion' => 'SES-imagotag', 'pricer' => 'Pricer'] as $val => $label) @endforeach
{{-- Saisie IDs --}}
{{-- Bouton "Charger depuis l'AP" (Hanshow uniquement) --}}

ou
{{-- CSV --}}
Fichier .csv ou .txt, max 1 Mo, une colonne d'IDs.
{{-- Progression --}} @endsection