@extends('layouts.app') @section('style') @endsection @section('content')
{{__('texte.dashboard.number')}} | {{__('texte.dashboard.date')}} | {{__('texte.dashboard.storage')}} | {{__('texte.dashboard.creator')}} | {{__('texte.dashboard.type')}} | {{__('texte.dashboard.status')}} |
---|---|---|---|---|---|
{{$expedition->id}} | {{date('d.m.Y',strtotime($expedition->date))}} | {{$expedition->storage->name}} | {{$expedition->user->name}} | {{$expedition->type}} | {{__('texte.expeditions_statuses_arr')[$expedition->status]}} |