@extends('layouts.app') @section('title', 'Détails Article') @section('breadcrumb')
{{ $stockItem->category }} ({{ $stockItem->code }})
Valeur unitaire: {{ number_format($stockItem->unit_price, 0, ',', ' ') }} FCFA
Valeur totale: {{ number_format($stockItem->unit_price * $stockItem->current_quantity, 0, ',', ' ') }} FCFA
| Date | Type | Quantité | Raison |
|---|---|---|---|
| {{ $movement->movement_date->format('d/m/Y') }} | @if($movement->movement_type == 'in') Entrée @elseif($movement->movement_type == 'out') Sortie @else Ajustement @endif | {{ $movement->quantity }} | {{ Str::limit($movement->reason, 30) }} |
| Aucun mouvement récent. | |||