@extends('storefront.account.layout') @section('title', 'Sipariş Detayı #' . $order->order_number . ' | ' . setting('general.site_name', 'Mağaza')) @section('account_breadcrumb')
| Görsel | Ürün | Fiyat | Adet | Toplam |
|---|---|---|---|---|
|
@if($item->product && $item->product->images->where('is_main', true)->first())
Görsel Yok
@endif
|
{{ $item->product_name }}
@if($item->variant_label)
{{ $item->variant_label }}
@endif
SKU: {{ $item->product_sku }}
|
{{ number_format($item->price, 2) }} TL | {{ $item->quantity }} | {{ number_format($item->subtotal, 2) }} TL |