@extends('guard.layouts.app') @section('title', 'Tài khoản đã mua') @section('content')
| STT | Tên sản phẩm | Giá | Tổng tiền | Trạng thái | Dữ liệu | Ngày tạo | 
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $product->product->name ?? "Không tồn tại" }} | {{ number_format($product->price) }} VNĐ | {{ number_format($product->total) }} VNĐ | @if ($product->status == 'success') Thành công @else Thất bại @endif | {{ $product->created_at }} |