Konfirmasi Berhasil!

Terima kasih telah mengkonfirmasi penerimaan produk. Proses transaksi Anda telah dinyatakan selesai.

Order ID: #{{ $order->id }}

Detail Konfirmasi

@php $productImage = $order->product->product_image ? asset('uploads/products/' . $order->product->product_image) : asset('images/no-image.png'); @endphp
{{ $order->product->product_title }}

{{ $order->product->product_title ?? 'Produk' }}

Jumlah: {{ $order->quantity }} unit
{{ $order->formatted_total_price ?? 'Rp ' . number_format($order->total_price, 0, ',', '.') }}
Status Pesanan
Selesai
Dikonfirmasi Pada
{{ $order->customer_confirmed_at ? $order->customer_confirmed_at->format('d M Y, H:i') : now()->format('d M Y, H:i') }}
@if($order->customer_rating)
Rating Anda
@for($i = 1; $i <= 5; $i++) @endfor {{ $order->customer_rating }}/5
@endif @if($order->sale)
Penjualan Telah Dicatat
Sale #{{ $order->sale->id }}
@endif

Terima Kasih

Kami sangat menghargai kepercayaan Anda untuk berbelanja dengan kami. Semoga produk yang Anda terima dapat memberikan manfaat dan kepuasan.

@if($order->customer_feedback)

Ulasan Anda:

"{{ $order->customer_feedback }}"

@endif