@extends('layouts.app') @section('title', 'Inventaires') @section('breadcrumb', 'Stock / Inventaires') @section('content')
| Numéro | Date | Emplacement | Famille | Lignes | Statut | Actions |
|---|---|---|---|---|---|---|
{{ $inv->numero }} |
{{ $inv->date->format('d/m/Y') }} | {{ $inv->emplacement?->label ?? 'Tout' }} | {{ $inv->famille?->label ?? 'Tout' }} | {{ $inv->lignes_count ?? '—' }} | {{ ucfirst($inv->statut) }} | |
| Aucun inventaire | ||||||