@extends('client.layouts.app') @section('title', __('Dashboard')) @section('content') @if($message)
| Data | N° ORDINE | RIFERIMENTO | |
|---|---|---|---|
| {{$order->created_at->format('Y-m-d')}} | {{$order->id}} | {{$order->order_products->first() ? $order->order_products->first()->customer_reference : 'N.D.'}} | Dettaglio |