@include('Shop.Orders.partials.list', ['dataTable' => $orders]) @if ($customer['orders'] ?? false) @foreach ($customer['orders'] as $order) @endforeach
{{ Carbon\Carbon::parse($order['created_at'])->format('d-m-Y') }} Numero facture {{ $order['total_shipped'] }} €
@endif