@extends('layouts.app') @push('css') @endpush @section('content') @include('layouts.header', ['title' => 'Sản phẩm'])
| Tên sản phẩm | Hình ảnh | Giá | Chi tiết | Thao tác |
|---|---|---|---|---|
| {{ $product->product_name }} |
@if($product->images->count())
|
{{ number_format($product->price) }} VNĐ |
@foreach ($product->productDetails as $detail)
Size: {{ $detail->size }} - Màu: {{ $detail->color }} - SL: {{ $detail->quantity }}
@endforeach
|
Edit |
| Không có sản phẩm nào | ||||