@extends('layouts.admin') @section('title', 'Inventaires') @section('page-title', 'Stock') @section('content')
Aucun inventaire.
@else| Magasin | Mois | Statut | Validation | Actions |
|---|---|---|---|---|
| {{ $inventory->store->name ?? '-' }} | {{ $inventory->month }} | @if($inventory->status === 'VALIDE') Valide @else En cours @endif | {{ $inventory->validated_at ? $inventory->validated_at->format('d/m/Y H:i') : '-' }} |