@extends('layouts.app') @section('title', 'Личный кабинет') @php $style = 'profile'; @endphp @section('content')
| № заказа | Дата | Сумма | Статус | |
|---|---|---|---|---|
| {{ $order->order_number }} | {{ $order->created_at->format('d.m.Y H:i') }} | {{ number_format($order->total, 0, '.', ' ') }} ₽ | {{ $order->delivery_status_name }} | Детали |
| № заказа | Дата | Сумма | Статус | |
|---|---|---|---|---|
| {{ $order->order_number }} | {{ $order->created_at->format('d.m.Y H:i') }} | {{ number_format($order->total, 0, '.', ' ') }} ₽ | {{ $order->delivery_status_name }} | Детали |
У вас пока нет заказов
Перейти к покупкам