@csrf @foreach (app('request')->all() as $key => $item) @if (is_array($item)) @foreach ($item as $key2 => $item2) @endforeach @else @endif @endforeach {{-- javascript ile 0-1 değerleri değişiyor --}}
{{--

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

@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('Bir Ödeme Yöntemi Seç') }}

@include(get_view('components.payment_forms.paratika'))
@if(get_site_setting('payment_transfer_status'))

{!! get_site_setting('payment_transfer_content') ?? __('EFT/Havale Bilgisi bulunamadı') !!}
@endif
{{ __('Sipariş Özeti') }}
@foreach (cart()['products'] as $item) @endforeach {{-- --}}
{{__("Ürün")}} {{__("Fiyat")}}
{{ $item->product->content->name ?? '' }}
x{{ $item->quantity }}
{{ $item->get_product_total(false) ?? '' }}
{{ __('Ara Toplam') }} {{ cart()['total_price_money_format'] ?? '' }}
Shipping Method {{ cart()['total_price_money_format'] ?? '' }}
{{ __('Toplam') }} {{ cart()['total_price_money_format'] ?? '' }}
{{--

Make your payment directly into our bank account. Please use {{ __('Sipariş Özeti') }} ID as the payment reference. {{ __('Sipariş Özeti') }} will not be shipped until the funds have cleared in our account.

Pay with cash upon delivery.

Paypal payment

Pay via PayPal; you can pay with your credit card if you don’t have a PayPal account.

--}}