--}}
{{--
--}}
{{-- --}}
{{----}}
{{--
--}}
{{-- --}}
{{--
--}}
{{-- Checkout
--}} {{----}}
{{--
--}}
{{-- You have {{getCartCounter()}} @if(getCartCounter() > 1)--}} {{-- products @endif @if(getCartCounter() <= 1) product @endif in your cart
--}} {{----}}
{{--
--}}
{{-- --}}
{{--
--}}
{{-- --}}
{{--
--}}
{{-- {!! __('checkout.address.first') !!}
--}} {{----}}
{{--
--}}
{{-- --}}
{{--
--}}
{{-- --}}
{{--
--}}
{{-- Your order
--}} {{--Subtotal
--}} {{----}}
{{-- --}}
{{-- --}}
{{-- @if(session('cart'))--}}
{{-- @foreach(session('cart') as $id => $details)--}}
{{--
--}}
{{--
--}}
{{-- --}}
{{-- --}} {{-- | --}} {{-- @else--}} {{----}} {{-- | --}} {{-- @endif--}} {{----}}
{{-- {!! 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) }}--}} {{--
--}} {{----}}
{{--
--}}
{{-- @if(session()->has('cart'))--}}
{{-- Payment Method
--}} {{----}}
{{-- @if(!$containsEbook)--}}
{{--
--}}
{{-- --}}
{{-- --}}
{{-- --}}
{{--
--}}
{{-- @endif--}}
{{-- --}}
{{-- --}}
{{-- --}}
{{--
--}}
{{-- --}}
{{-- --}}
{{--
--}}
{{-- @endif--}}
{{-- --}}
{{-- --}}
{{-- --}}
{{--
--}}
{{-- --}}
{{--