@extends('layouts.frontLayout.front_design') @section('content')
@if(Session::has('flash_message_success'))
{!! session('flash_message_success') !!}
@endif @if(Session::has('flash_message_error'))
{!! session('flash_message_error') !!}
@endif
@foreach($userCart as $cart) @endforeach
Produkt Preis Menge Total

{{ $cart->product_name }}

Produktcode: {{ $cart->product_code }}

CHF {{ number_format($cart->price,2) }}


@if($cart->quantity>1) - @endif +

CHF {{$cart->price*$cart->quantity }}

Was wollen Sie als nächstes machen?

Bitte geben Sie ihren Gutscheincode ein.

  • {{ csrf_field() }}
    @if(!empty(Session::get('CouponAmount')))
  • Warenkorb CHF 0.00
  • Rabatt CHF