@extends('shop/layout') @section('shop')

Cart

@if(!empty($cart))
@if(count($cart['products']) == 0)

Please add product in your cart

@else
@foreach($cart['products'] as $lineId => $product)
Fatal error: Uncaught Error: Class 'App\Models\Product' not found in /home/devypfrfhn/ark-https.fr/themes/marketplace/views/shop/checkout.blade.php:33 Stack trace: #0 {main} thrown in /home/devypfrfhn/ark-https.fr/themes/marketplace/views/shop/checkout.blade.php on line 33
  Product Qty Price