@extends('backend.adminlayouts.master') @section('body')

Spedizioni

@forelse($data as $ship) @if($ship->status == 'COMPLETED') @endif @if($ship->status == 'READY_TO_PURCHASE') @endif @if($ship->status == 'AWAITING_COMPLETION') @endif @if($ship->status == 'decline') @endif @empty
Logo Corriere Destinazione Contenuto Data partenza Stato
Logo Corriere

{{$ship->delivery['city'].', '.$ship->delivery['country']}}

{{$ship->content}}

{{ Carbon\Carbon::parse($ship->orderDate)->format('d/m/Y') }}

Completato Pronto per l'acquisto In elaborazione Annullato

Nessuna spedizione inviata

@endforelse
{{ $data->links('vendor.pagination.tailwind') }}
@endsection