@extends('backend.adminlayouts.master') @section('body')
Logo Corriere | Destinazione | Contenuto | Data partenza | Stato | |||
---|---|---|---|---|---|---|---|
{{$ship->delivery['city'].', '.$ship->delivery['country']}} |
{{$ship->content}} |
{{ Carbon\Carbon::parse($ship->orderDate)->format('d/m/Y') }} |
@if($ship->status == 'COMPLETED')
Completato | @endif @if($ship->status == 'READY_TO_PURCHASE')Pronto per l'acquisto | @endif @if($ship->status == 'AWAITING_COMPLETION')In elaborazione | @endif @if($ship->status == 'decline')Annullato | @endif
Nessuna spedizione inviata |