@extends('shop::cart.index') @section('cart-body')
@csrf
@include('shop::cart.sidebar')
@include('shop::cart.steps')
{{ __('shop::cart.step2_name') }}
customer_type) === 'private' ? ' style="display:none"' : '' !!}>
customer_type) === 'private' ? ' style="display:none"' : '' !!}>
@guest
@endguest
@if ($delivery->collection_in_person == 0)
@endif
@endsection