@extends('layouts.general') @section('link') @endsection @section('style') @endsection @section('content')
{{strtoupper(__('texte.differences_arr.index.id'))}} | {{__('texte.differences_arr.index.product')}} | {{__('texte.differences_arr.index.stock_quantity')}} | {{__('texte.differences_arr.index.invoice_quantity')}} | {{__('texte.differences_arr.index.difference')}} |
---|---|---|---|---|
{{$difference->id}} | {{$difference->name}} | {{$difference->stock_quantity}} | {{$difference->invoice_quantity}} | {{$difference->stock_quantity - $difference->invoice_quantity}} |