@extends('layouts.base') @section('title', 'Stock produit') @section('actions')
| {{ ucfirst(__($head)) }} | @endforeach|||||
|---|---|---|---|---|---|
| {{ ucfirst(__($head)) }} | @endforeach|||||
| {{$stock->product->code}} | {{$stock->product->name}} | {{number_format($stock->value,0,'.',' ')}} | {{$stock->site->name}} | {{$stock->updated_at->format('d/m/Y')}} |
|