@extends('layouts.master2') @section('content') Panier Accueil Panier @if(@$success == "true") {{@$message}} @endif Produits Prix Quantité Modifier Total @foreach( Cart::content() as $article) {{ csrf_field() }} {{ $article->name }} {{ $article->price }} XOF {{ csrf_field() }} {{ $article->price * $article->qty }} XOF @endforeach Total Total Panier {{ Cart::subtotal() }} XOF Validation commande {{ csrf_field() }} @foreach( Cart::content() as $article) @endforeach Nom Prénoms Numero Email Valider la commande @endsection
Total Panier {{ Cart::subtotal() }} XOF