@extends('layouts.customer') @section('title', 'Pedido #' . substr($order->uuid, 0, 8)) @section('customer-content')
Realizado el {{ $order->created_at->format('d/m/Y \a \l\a\s h:i A') }}
{{ $item->quantity }} x ${{ number_format($item->price, 2) }}
${{ number_format($item->quantity * $item->price, 2) }}