@extends('layouts.app') @section('content')

{{__('texte.invoices_arr.show.show_stock')}}

{{__('texte.invoices_arr.show.storage')}}: {{ $invoice->storage->name }}
{{__('texte.invoices_arr.show.product')}}: {{ $invoice->product->name }}
{{__('texte.invoices_arr.show.quantity')}}: {{ $invoice->quantity }}
@endsection