@extends('layouts.app') @section('title','Mouvements de stock') @section('page-title','Mouvements de stock') @section('content')
| Produit | Type | Qté | Raison | Par | Date | |
|---|---|---|---|---|---|---|
| {{ $mv->product?->name }} {{ $mv->product?->reference }} |
{{ $mv->type_label }} | {{ $mv->type==='out' ? '-' : '+' }}{{ $mv->quantity }} | {{ $mv->user?->name ?? '—' }} | {{ $mv->created_at->format('d/m H:i') }} | @if(auth()->user()->isAdmin()) @endif | |
Aucun mouvement | ||||||