@extends('layouts.customer') @section('title', 'Mi Cuenta') @section('customer-content')
{{ $recentOrders->count() }}
-
@endifNo definida
| Pedido | Fecha | Total | Estado | |
|---|---|---|---|---|
| #{{ substr($order->uuid, 0, 8) }} | {{ $order->created_at->format('d/m/Y') }} | ${{ number_format($order->total, 2) }} | {{ ucfirst($order->status == 'pending' ? 'Pendiente' : $order->status) }} | Ver |
| No has realizado ningún pedido aún. Ir a comprar. | ||||