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

{{ 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('contact_information') }}

{{ translate('Delivery Address') }}

{{ translate('Delivery Address') }}
{{ translate('Invoice Address') }}

{{ 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

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

{{ translate('Order Summary') }}

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