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

{{ translate('delivery_address') }}

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

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

{{ $item->address }}

@endforeach

{{ translate('invoice_address') }}

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

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

{{ $item->address }}

@endforeach
@else

* {{ translate('Your registered address not found') }} Yeni Adres ekleyin.

@endif

{{ translate('Payment Methods') }}

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

{{ translate('Place your order and deposit the payable amount to the bank numbers below, then send a payment notification.') }}

IBAN Bilgileri

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

{{ translate('Order Summary') }}

@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) ?? '' }}

{{ translate('Order Summary') }}

  • {{ translate('Basket Amount') }}: {{ cart()['total_price_money_format'] }}
  • {{ translate('Amount to be paid:') }}: {{ cart()['total_price_money_format'] }}