@csrf {{-- javascript ile 0-1 değerleri değişiyor --}}

{{ __('Teslimat Adresi') }}

@if ($user_addresses->count() > 0)
@foreach ($user_addresses as $key => $item)

{{ $item->country->name }} / {{ $item->city }} / {{ $item->district }} / {{ $item->postcode }}

{{ $item->address }}

@endforeach

{{ __('Fatura Adresi') }}

@foreach ($user_addresses as $key => $item)

{{ $item->country->name }} / {{ $item->city }} / {{ $item->district }} / {{ $item->postcode }}

{{ $item->address }}

@endforeach
@else

* {{ __('Kayıtlı adresiniz bulunamadı') }} Yeni Adres ekleyin.

@endif

{{ __('Ödeme Yöntemleri') }}

@include(get_view('components.payment_forms.paratika'))

{{ __('Siparişinizi verin ve sipariş tutarını aşağıdaki banka numaralarına oluşan sipariş numarasıyla birlikte yatırın, ardından ödeme bildirimi gönderin.') }}

IBAN Bilgileri

  • IBAN: TR13 0006 7010 0000 0055 6987 19
  • ARGEKOM YAZILIM VE KONTROL SİSTEMLERİ SANAYİ TİCARET LİMİTED ŞİRKETİ

{{ __('Sipariş Özeti') }}

@foreach (cart()['products'] as $item) @endforeach
Ürün Fotoğrafı Ürün Adı Birim Fiyatı Adet Ara Toplam
@if ( $item->product->first_image != null ) {{ $item->product->content->name ?? '' }} @else

Ürün fotoğrafı yok

@endif
{{ $item->product->content->name ?? '' }} {{ $item->product->get_price(false) ?? '' }} {{ $item->quantity }} {{ $item->get_product_total(false) ?? '' }}

Sepet Özeti

  • Uygulanılan İndirim
    ₺0.00
  • Kargo Ücreti
    ₺0.00
  • Toplam
    {{ cart()['total_price_money_format'] }}

Sepete geri dön