{{ $item->country->name }} / {{ $item->city }} / {{ $item->district }} / {{ $item->postcode }}
{{ $item->address }}
{{ $item->country->name }} / {{ $item->city }} / {{ $item->district }} / {{ $item->postcode }}
{{ $item->address }}
* {{ __('Kayıtlı adresiniz bulunamadı') }} Yeni Adres ekleyin.
@endif| Ürün Fotoğrafı | Ürün Adı | Birim Fiyatı | Adet | Ara Toplam |
|---|---|---|---|---|
|
@if ( $item->product->first_image != null )
Ürün fotoğrafı yok @endif |
{{ $item->product->content->name ?? '' }} | {{ $item->product->get_price(false) ?? '' }} | {{ $item->quantity }} | {{ $item->get_product_total(false) ?? '' }} |