@extends('layouts.general') @section('link') @endsection @section('style') @endsection @section('content')
{{strtoupper(__('texte.invoices_arr.index.id'))}} | {{__('texte.invoices_arr.index.storage')}} | {{__('texte.invoices_arr.index.product_id')}} | {{__('texte.invoices_arr.index.product')}} | {{__('texte.invoices_arr.index.quantity')}} |
---|---|---|---|---|
{{$invoice->id}} | {{$invoice->storage->name}} | {{$invoice->product_id}} | {{$invoice->product->name}} | {{$invoice->quantity}} |