@extends('layouts.app') @section('title', 'Transferts de stock') @section('breadcrumb', 'Catalogue / Stock / Transferts') @section('content')
{{ $transferts->total() }} bon(s) de transfert
| Numéro | Date | Source | Destination | Produits | Statut | Actions | |
|---|---|---|---|---|---|---|---|
| {{ $t->numero }} | {{ $t->date->format('d/m/Y') }} |
{{ $t->source?->label }}
@if($t->source?->parent) {{ $t->source->parent->label }}@endif |
{{ $t->destination?->label }}
@if($t->destination?->parent) {{ $t->destination->parent->label }}@endif |
{{ $t->lignes_count }} | {{ $labels[$t->statut] ?? $t->statut }} | ||
| Aucun transfert — créer le premier | |||||||