startSection('content'); ?>

$cartItem){ $product = \App\Models\Product::find($cartItem['product_id']); if($product->added_by == 'admin'){ array_push($admin_products, $cartItem['product_id']); } else{ $product_ids = array(); if(isset($seller_products[$product->user_id])){ $product_ids = $seller_products[$product->user_id]; } array_push($product_ids, $cartItem['product_id']); $seller_products[$product->user_id] = $product_ids; } } $pickup_point_list = array(); if (get_setting('pickup_point') == 1) { $pickup_point_list = \App\Models\PickupPoint::where('pick_up_status',1)->get(); } ?>
    addLoop($__currentLoopData); foreach($__currentLoopData as $key => $cartItem): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
  • <?php echo e($product->getTranslation('name')); ?> getTranslation('name')); ?>
  • popLoop(); $loop = $__env->getLastLoop(); ?>
addLoop($__currentLoopData); foreach($__currentLoopData as $key => $seller_product): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
first()->name); ?>
    addLoop($__currentLoopData); foreach($__currentLoopData as $cartItem): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
  • <?php echo e($product->getTranslation('name')); ?> getTranslation('name')); ?>
  • popLoop(); $loop = $__env->getLastLoop(); ?>
popLoop(); $loop = $__env->getLastLoop(); ?>
stopSection(); ?> startSection('script'); ?> stopSection(); ?> make('frontend.layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>