@if (session()->has('success'))
@forelse (Cart::content() as $item)
--}}
{{ session()->get('success') }}
@endif
-
PRODUCTS
-
NAME
-
PRICE
-
QTY
-
TOTAL
-
$0.00
-
-
$0.00
{{ $item->productData->product_title }}
{{ Str::words($item->productData->short_description, 10, '...') }}
You have not added any samples to your cart
@endforelse
@endif