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

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

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

{{ __('Ödemeyi Tamamla') }}

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

{{ __('Sepete geri dön') }}