@extends('web.include.master') @section('content') @php if($cartItems) { $checkProType = $cartItems->first(); } @endphp @php if($lang=='de'){ $lang=$lg??''; }else{ $lang=$lang??$lg; } @endphp
@if($TodayTime <= '08:00 AM' || $TodayTime >= '20:00 PM' || !empty($Viennatime)) @endif @if($errors->any()) @endif

@lang('arsh.checkout_txt2')

@if(empty(Auth::guard('customer')->user()))

1 @lang('arsh.checkout_txt3')

@lang('arsh.checkout_txt4')

@lang('arsh.checkout_txt5')

@lang('arsh.checkout_txt6') @lang('arsh.checkout_txt7')
@lang('arsh.checkout_txt8')

@lang('arsh.checkout_txt9')

@lang('arsh.checkout_txt10')
@lang('arsh.checkout_txt11')

@lang('arsh.checkout_txt12')

@endif
@csrf

@if(empty(Auth::guard('customer')->user())) 2 @else 1 @endif @lang('arsh.checkout_txt14')

@if(empty(Auth::guard('customer')->user()))
@endif {{--
--}}
Adresse
@if($checkProType->attributes->product_type == 'Verkaufen')
@else
@endif

*@if($lang=='en') Please note that even if you collect the item yourself, we still need your complete address details for invoicing. @else Bitte beachten Sie, dass wir auch bei Selbstabholung Ihre kompletten Adressdaten zur Rechnungsstellung benötigen. @endif

@if(empty(Auth::guard('customer')->user())) @endif
@if(!empty(Auth::guard('customer')->user()) && Auth::guard('customer')->user()->is_business!='2')

@if(empty(Auth::guard('customer')->user())) 3 @else 2 @endif @lang('arsh.checkout_txt16')

@if($lang=='en') Normal shipping @else Normalversand @endif 0

{{--
--}}
{{-- --}}
@if($lang=='en')
Precious metal deposit at GOLDINVEST
@else
Edelmetalldepot bei GOLDINVEST
@endif
@endif

@if(empty(Auth::guard('customer')->user())) 4 @else 3 @endif @lang('arsh.checkout_txt17')

@if($checkProType->attributes->product_type == 'Verkaufen') @if($lang=='en') The amount will be transferred after receipt and inspection of the goods. @else Der Betrag wird nach Erhalt und Prüfung der Ware überwiesen. @endif @else @if($lang=='en') The goods will be shipped after the amount has arrived in our account. @else Die Ware wird nach Eintreffen des Betrages auf unserem Konto versendet. @endif @endif
@if(!empty(Auth::guard('customer')->user()) && Auth::guard('customer')->user()->is_business=='2' && $lang=='en') @else
@if($checkProType->attributes->product_type == 'Verkaufen') @if($lang=='en') The amount will be paid after receipt and inspection of the goods. @else Der Betrag wird nach Erhalt und Prüfung der Ware ausbezahlt. @endif @endif
@endif

@if(empty(Auth::guard('customer')->user())) 5 @else 4 @endif @lang('arsh.checkout_txt18')

@if($lang=='en') @else @endif @php $vatprice = 0; $BasePrice = 0; $getPriceSum = 0; $totalPrice = 0; @endphp @foreach($cartItems as $item) @php $getPriceSum+= $item->getPriceSum(); $totalPrice+= $item->price; @endphp @endforeach
Crowd Product Unit price (net) VAT Unit price (gross) Goods value (gross)
Menge Produkt Einzelpreis (netto) MwSt. Einzelpreis (brutto) Warenwert (brutto)
{{ $item->quantity }}
{{ $item->name }} @php $BasePrice+=$item->price*$item->quantity; if($item->attributes->vat_rate) { $vatprice = round($item->price*$item->attributes->vat_rate/100,2); $vatprice = $vatprice*$item->quantity; } @endphp
{{ number_format((float)$item->price, 2, '.', '') }} {{ config('app.symbol')}}
@if($item->attributes->vat_rate) {{ $item->attributes->vat_rate }}% @else 0% @endif {{ number_format((float)$item->getPriceWithConditions(), 2, '.', '') }} {{ config('app.symbol')}} {{ number_format((float)$item->getPriceSumWithConditions(), 2, '.', '') }} {{ config('app.symbol')}}
@if($lang=='en') @else @endif @if($couponName->isNotEmpty()) @endif
Net VAT Gross netto MwSt. brutto
@if($lang=='en') Value of goods @else Warenwert @endif {{ config('app.symbol')}} @if($BasePrice){{ $BasePrice }} @else {{ \Cart::getSubTotal() }} @endif {{ config('app.symbol')}} @if($vatprice){{ $vatprice }} @else 0% @endif {{ config('app.symbol')}} {{ number_format((float)\Cart::getSubTotal(), 2, '.', '') }}
@if($lang=='en') Total discount @else Totaler Rabatt @endif @foreach($couponName as $items) {{ $items->getValue() }} @endforeach
@if($lang=='en') Shipping costs @else Versandkosten @endif {{ config('app.symbol')}}
@if($lang=='en') Total @else Gesamtsumme @endif {{ config('app.symbol')}} {{ \Cart::getTotal() }}
@if($lang=='en')
@else
@endif
@if($lang=='en') @else @endif {{-- Zahlungspflichtig bestellen --}}

@lang('arsh.checkout_txt19')


@lang('arsh.checkout_txt20')

@if($checkProType->attributes->product_type == 'Verkaufen') @include('web.verkaufen-checkout-script') @else @include('web.checkout-script') @endif @endsection