@if (session()->has('message')) @endif @if (session()->has('warning')) @endif @if (session()->has('error')) @endif
@if (count($bottleTypes) > 0) @else
Aucun type de bouteille disponible pour cette commande.
@endif
@if ($selectedBottleTypeId)
Bouteilles à scanner ({{ $scannedBottlesForType }} scannées / {{ $totalBottlesForType }} requises)
@php $percentage = $totalBottlesForType > 0 ? ($scannedBottlesForType / $totalBottlesForType) * 100 : 0; @endphp
@if ($showManualForm)
@error('manualBarcode') {{ $message }} @enderror
@endif
@forelse($scannedBottles as $index => $bottle) @empty @endforelse
# Code-barres Date/Heure
{{ $index + 1 }} {{ $bottle['barcode'] }} {{ \Carbon\Carbon::parse($bottle['timestamp'])->format('d/m/Y H:i:s') }}
Aucune bouteille scannée pour le moment.
@endif @push('scripts') @endpush