@extends('shop.layout') @section('title', 'Contul meu') @section('content') @php $currency = $tenant->settings['currency'] ?? 'MDL'; $statuses = \App\Models\Tenant\OnlineOrder::STATUSES; @endphp
📞 {{ $customer->phone }}
@if ($customer->email)✉️ {{ $customer->email }}
@endifNu ai nicio comandă încă.
Vezi catalogul| Nr. | Data | Articole | Total | Status | |
|---|---|---|---|---|---|
| #{{ $order->number }} | {{ $order->created_at->format('d.m.Y') }} | {{ $order->items()->count() }} | {{ number_format((float) $order->total, 2) }} {{ $currency }} | {{ $statuses[$order->status] ?? $order->status }} | Detalii → |