@extends('layouts.website_layout') @section('meta_title', $meta_data->meta_title) @section('meta_description', $meta_data->meta_description) @section('canonical_tag', $meta_data->canonical_tag) @section('banner_image', "banners/".$banner->banner_image) @section('content')
@if(!empty(count($product_lists)))

Your List: Make your selection for detailed enquiry by clicking on one of the given options.

  1. Select All
  2. Clear All
    @foreach($product_lists as $product_list_row)
  • {{$product_list_row->product_name}}
    {{$product_list_row->product_name}} @if(!empty($product_list_row->product_variant)) {!!nl2br($product_list_row->product_variant)!!} @endif {{$product_list_row->product_category_name}}

    {{Str::limit($product_list_row->product_description, 100)}}

    Quantity

    product_quantity < 2) style="pointer-events: none; opacity: 0.6" @endif>
    Remove Item
  • @endforeach
  • Enquiry
  • Email
  • Download
@csrf

Please share your particulars for our representative to connect with you.

@csrf

You may email your selected product list details to yourself/multiple persons by furnishing names and email IDs

@csrf

Download your selection and save them on your personal laptop/computer.

@else

Cart empty

@endif
@endsection