@php use Illuminate\Support\Str; $quantities = collect($cartItems)->pluck('quantity', 'product_id'); $cdr_pdfs = collect($cartItems)->pluck('cdr_pdf', 'product_id'); $imagess = collect($cartItems)->pluck('images', 'product_id'); $user_texts = collect($cartItems)->pluck('user_text', 'product_id'); $previews = collect($cartItems)->pluck('preview', 'product_id'); @endphp @if (count($product) == 0)
Looks like you haven't added anything to your cart yet. Let's explore some great products!
Browse Products