@extends('layouts.master') @section('title', 'Accueil') @section('content')

Etape 1 sur 2

Caisse

@if ($errors->any())
@endif
@foreach ($productInCart as $product)

Quantité : {{ $product->quantity }}

{{ $product->product_name }}

{{ $product->subTotal }} CHF

@endforeach

 

Livraison

{{ $priceDeliveryDisplay }}

Total de la commande

 

{{ $totalOrder }} CHF

Informations
facturation et livraison

@csrf

Titre*


@endsection