@extends('layouts.app') @section('title',$product->name) @section('page-title',$product->name) @section('breadcrumb') Produits @endsection @section('topbar-actions') @if(auth()->user()->isAdmin()) Modifier @endif @endsection @section('content')
| Type | Quantité | Raison | Par | Date |
|---|---|---|---|---|
| {{ $mv->type_label }} | {{ $mv->type==='out' ? '-' : '+' }}{{ $mv->quantity }} | {{ $mv->reason ?? '—' }} | {{ $mv->user?->name ?? '—' }} | {{ $mv->created_at->format('d/m/Y H:i') }} |
Aucun mouvement enregistré | ||||