@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