Ultimi ordini

@if(!$orders || $orders->isEmpty())
Nessun ordine ricevuto
@else @foreach ($orders as $order)
iOC Admin Panel
{{ $order->username }}
{{ $this->formattedDate($order->created_at) }}
{{ currency($order->total) }}€
@endforeach @endif Mostra tutti