@extends('layouts.main') @section('seo') {{ __('checkout.seo.title') . " - " . config('app.name', 'Laravel') }} @endsection @section('content') {{--
--}} {{-- Caricamento...--}} {{--
--}} {{----}} {{----}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

Checkout

--}} {{--
--}} {{--
You have {{getCartCounter()}} @if(getCartCounter() > 1)--}} {{-- products @endif @if(getCartCounter() <= 1) product @endif in your cart
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

{!! __('checkout.address.first') !!}

--}} {{--
--}} {{-- @csrf--}} {{-- --}} {{--

Billing Profiles

--}} {{--
--}} {{-- @if ($billingProfiles->isNotEmpty())--}} {{-- @foreach ($billingProfiles as $profile)--}} {{--
--}} {{--
--}} {{--
--}} {{--
{{ $profile->name }}
--}} {{--

{{ $profile->street }}, {{ $profile->address }}
City: {{ $profile->city }}, {{ $profile->province }}

--}} {{-- default ? 'checked' : '' }}>--}} {{-- @if ($profile->default)--}} {{-- --}} {{-- @else--}} {{-- --}} {{-- @endif--}} {{--
--}} {{--
--}} {{--
--}} {{-- @endforeach--}} {{-- @else--}} {{--

No billing profiles found. Please add a billing profile.

--}} {{-- @endif--}} {{--
--}} {{-- --}} {{--

Shipping Profiles

--}} {{--
--}} {{-- @if ($shippingProfiles->isNotEmpty())--}} {{-- @foreach ($shippingProfiles as $profile)--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
{{ $profile->name }}
--}} {{--

{{ $profile->street }}, {{ $profile->address }}
City: {{ $profile->city }}, {{ $profile->province }}

--}} {{-- default ? 'checked' : '' }}>--}} {{-- @if ($loop->first)--}} {{-- --}} {{-- @else--}} {{-- --}} {{-- @endif--}} {{--
--}} {{--
--}} {{--
--}} {{-- @endforeach--}} {{-- @else--}} {{--

No shipping profiles found. Please add a shipping profile.

--}} {{-- @endif--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

Your order

--}} {{--
Subtotal
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- @if(session('cart'))--}} {{-- @foreach(session('cart') as $id => $details)--}} {{-- --}} {{-- @if($details['img_01'] !== null && Storage::exists($details['img_01']))--}} {{-- --}} {{-- @else--}} {{-- --}} {{-- @endif--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @endforeach--}} {{-- @endif--}} {{-- --}} {{--
{{ route('shop.show',[$details['slug'], $id]) }}--}} {{-- {{ route('shop.show',[$details['slug'], $id]) }}--}} {{-- --}} {{--
{!! substr($details['name'], 0, 30)!!}{!! strlen($details['name']) > 30 ? '...' : ""!!}--}} {{--
--}} {{--
--}} {{--
--}} {{-- x {{ $details['quantity'] }}
--}} {{--
--}} {{--

--}} {{-- {{ priceView($details['quantity'] * $details['price'], true)}}--}} {{--

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

Tax

--}} {{--
--}} {{--
--}} {{--

--}} {{-- {{ priceView($newTax) }}--}} {{--

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

Shipping

--}} {{--
--}} {{--
--}} {{--

--}} {{-- {{ priceView(config('shop.shop_shipping_cost')) }}--}} {{--

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

Total

--}} {{--
--}} {{--
--}} {{--

--}} {{-- {{ priceView($newTotal) }}--}} {{--

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

Payment Method

--}} {{--
--}} {{-- @if(!$containsEbook)--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{-- @endif--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- @if(session()->has('cart'))--}} {{--
--}} {{-- --}} {{--
--}} {{-- @endif--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{----}} {{----}} @endsection {{--@section("extraJs")--}} {{-- --}} {{--@endsection--}}