@Lang('cart/addNote.great_choice')
@Lang('cart/addNote.a_few_step_to_your_cart')

@if($productOption->product->image) @endif

{{$productOption->product->title}}

@Lang('cart/addNote.confirm_order')

@csrf @php $productBundle = $productOption->bundle @endphp @if($productBundle != null) @foreach( $productBundle->addons as $key => $addons)

{{ $addons->name }}:*{{ $addons->note }}

@foreach($addons->options as $option)
@endforeach @if($addons->has_other_input)
@endif
@endforeach @endif

@Lang('cart/addNote.Product note optional')

@Lang('cart/addNote.Cancel')