@extends('layouts.app') @section('link') @endsection @section('style') @endsection @section('content') @include('shared.messages')

{{__('texte.expeditions_arr.show.show_expedition')}}

{{__('texte.expeditions_arr.show.created_by')}}: {{ $expedition->user->name }}
{{__('texte.expeditions_arr.show.storage')}}: {{ $expedition->storage_id!=0 ? $expedition->storage->name : ''}}
{{__('texte.expeditions_arr.show.storage')}}: {{ $expedition->storage_id!=0 ? $expedition->storage->name : ''}}
{{__('texte.expeditions_arr.show.date')}}: {{ (new DateTime($expedition->date))->format('d.m.Y') }}
@if($expedition->note)
{{__('texte.expeditions_arr.show.note')}}: {{ $expedition->note }}
@endif
@endsection