@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')
{{$meta_data->page_name}} {{$meta_data->page_name}}
{!!nl2br($banner->banner_caption)!!}

{!!nl2br($banner->banner_description)!!}

Product Catalog

Select and download product catalogue(s) of interest.

Choose Product FamilyFilter Product
Reset
@foreach($product_categories_filter as $product_categories_filter_row) @endforeach
@foreach($core_products as $product_row) @if(!empty($product_row->product_catalog))
id])) data-product-category-id="{{$core_parent_product_categories[$product_row->id]}}" @endif style="display: none;">
{{$product_row->product_name}}

{{$product_row->product_name}}

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

@endif @endforeach

3D View

A holistic view of our products to help you get a better perspectie of our offering.

Choose Product FamilyFilter Product
Reset
@foreach($product_3d_categories_filter as $product_categories_filter_row) @endforeach
@include('product_block')

Product Certificates

Raychem RPG's commitment to quality, safety, as well as, affirmation of performance and quality assurance of facilities and products.

Choose Product Filter Product
Reset
@php $product_names = []; @endphp @foreach($product_certificates as $product_certificate_row) @if(!in_array($product_certificate_row->product_id, $product_names)) @php $product_names[] = $product_certificate_row->product_id; @endphp @endif @endforeach
@foreach($product_certificates as $product_certificate_row) @endforeach

O&M Manuals

Help you facilitate the functioning, installation and maintenance of our offering

Choose Product Family Filter Product
Reset
@foreach($product_categories_filter as $product_categories_filter_row) @endforeach
@foreach($core_products as $product_row) @if(!empty($product_row->product_specification_template_four_button_one_name) && !empty($product_row->product_specification_template_four_button_one_attachment)) @endif @endforeach

Facility

Raychem RPG’s operation facilities are located in Vasai and Chakan in Maharashtra State and Halol in Gujarat State. All the facilities are covered under a multi-site certification to management systems, thus providing the company one platform to cascade good management practices across locations without diluting the focus of each plant.

Choose Facility ManagementFilter Product
Reset
@foreach($facility_managements as $facility_management_row) @endforeach
@foreach($facility_managements as $facility_management_row) @endforeach

Certificates

Choose Certificate Filter Certificate
Reset
@foreach($raychem_certificates as $raychem_certificate_row) @endforeach
@foreach($raychem_certificates as $raychem_certificate_row) @endforeach

FAQ's

A ready reckoner for customer queries, especially for first time users.

Choose ProductFilter Product
Reset
@php $product_names = []; @endphp @foreach($product_faq_categories as $product_faq_category_row) @foreach($product_faqs_object->{$product_faq_category_row->id} as $project_faqs_object_row) @if(!in_array($project_faqs_object_row->product_id, $product_names)) @php $product_names[] = $project_faqs_object_row->product_id; @endphp @endif @endforeach @endforeach
    @php $i = 0; @endphp @foreach($product_faq_categories as $product_faq_category_row)
  • {{$product_faq_category_row->product_faq_category_name}}
  • @php $i++; @endphp @endforeach
@php $i = 0; @endphp @foreach($product_faq_categories as $product_faq_category_row)
@if(isset($product_faqs_object->{$product_faq_category_row->id})) @php $j = 0; @endphp @foreach($product_faqs_object->{$product_faq_category_row->id} as $project_faqs_object_row) @php $j++; @endphp @endforeach @endif
@php $i++; @endphp @endforeach
@endsection