@extends('layouts.app') @section('content')
{{__('texte.stocks_arr.show.storage')}}: {{ $stock->storage->name }}
{{__('texte.stocks_arr.show.product')}}: {{ $stock->product->name }}
{{__('texte.stocks_arr.show.pallet')}}: {{ $stock->pallet }}
{{__('texte.stocks_arr.show.quantity')}}: {{ $stock->quantity }}
{{__('texte.stocks_arr.show.expiring_date')}}: {{ $stock->expiring_date!=null ? date('d.m.Y',strtotime($stock->expiring_date)) : ''}}
@endsection