@extends('layouts.website_layout') @section('meta_title', $product->meta_title) @section('meta_description', $product->meta_description) @section('canonical_tag', $product->product_url_slug) @section('banner_image', "products/".$product->product_thumbnail) @section('content')

{{$product->product_name}}

{{$product->product_code}}

@if(!empty(count($product_galleries))) {{$product->product_name}} @else {{$product->product_name}} @endif FullScreen @if($product->product_3d_gallery == 1) View 3D @endif
  • Features
  • Help & Support

{!!nl2br($product->product_description)!!}

@if(!empty(count($product_core_features)))
    @foreach($product_core_features as $product_core_feature_row)
  • {{$product_core_feature_row->product_core_feature_caption}}
  • @endforeach
@endif @if(!empty(count($product_features)))
    @foreach($product_features as $product_feature_row)
  • {!!$product_feature_row->product_feature_title!!}
  • @endforeach @if(count($product_features) > 4)
  • more...
  • @endif
@endif @if(!empty(count($product_variant_labels)))
@foreach($product_variant_labels as $product_variant_label_row)
Please Select {{$product_variant_label_row->variant_label_name}}
@endforeach
@endif

Please connect with us

@if(!empty(count($product_quick_links))) @endif
@if($product->product_specification_template_id == 1 && !empty(count($product_specification_template_ones)))

Specifications

@foreach($product_specification_template_ones as $product_specification_template_one_row)
{{$product_specification_template_one_row->product_specification_template_one_caption}}
{{$product_specification_template_one_row->product_specification_template_one_caption}}
@endforeach @foreach($product_specification_template_ones as $product_specification_template_one_row)
{!!nl2br($product_specification_template_one_row->product_specification_template_one_description)!!}
product_specification_template_one_media_type_id == 2 && !empty($product_specification_template_one_row->product_specification_template_one_youtube_id)) data-youtube-id="{{$product_specification_template_one_row->product_specification_template_one_youtube_id}}" @endif> {{$product_specification_template_one_row->product_specification_template_one_caption}} @if($product_specification_template_one_row->product_specification_template_one_media_type_id == 2 && !empty($product_specification_template_one_row->product_specification_template_one_youtube_id)) play @endif
@endforeach
@elseif($product->product_specification_template_id == 2 && !empty(count($product_specification_template_twos)))

Specifications

{{$product->product_name}}
@foreach($product_specification_template_twos as $product_specification_template_two_row)
{{$product_specification_template_two_row->product_specification_template_two_caption}}

{{$product_specification_template_two_row->product_specification_template_two_caption}}

{!!nl2br($product_specification_template_two_row->product_specification_template_two_description)!!}
@endforeach
@elseif($product->product_specification_template_id == 3 && !empty($product->product_specification_template_three_content))

Specifications

{!!$product->product_specification_template_three_content!!}

@elseif($product->product_specification_template_id == 4 && !empty($product->product_specification_template_five_content))

Specifications

{!!$product->product_specification_template_five_content!!}
@endif @if((!empty($product->product_specification_template_four_button_one_attachment) && !empty($product->product_specification_template_four_button_one_name)) || (!empty($product->product_specification_template_four_button_two_attachment) && !empty($product->product_specification_template_four_button_two_name)))
@if(!empty($product->product_specification_template_four_button_one_attachment) && !empty($product->product_specification_template_four_button_one_name)) Data Sheets{{$product->product_specification_template_four_button_one_name}} @endif @if(!empty($product->product_specification_template_four_button_two_attachment) && !empty($product->product_specification_template_four_button_two_name)) AutoCAD Files{{$product->product_specification_template_four_button_two_name}} @endif
@endif @if(!empty($product->product_technical_info))

Technical Information

{!!$product->product_technical_info!!}
@if(!empty($product->product_technical_button_attachment) && !empty($product->product_technical_button_name)) @endif
@endif @if(!empty(count($product_faq_categories)))

FAQ's

    @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)

Q. {{$project_faqs_object_row->product_faq_question}}

{{$project_faqs_object_row->product_faq_answer}}
@php $j++; @endphp @endforeach @endif
@php $i++; @endphp @endforeach
@endif @if(!empty(count($product_certificates)))

Certifications

@foreach($product_certificates as $product_certificate_row)
@if($product_certificate_row->product_certificate_attachment_type == 1) {{$product_certificate_row->product_certificate_title}} @elseif($product_certificate_row->product_certificate_attachment_type == 3) {{$product_certificate_row->product_certificate_title}} @endif
{{$product_certificate_row->product_certificate_title}}
{{$product_certificate_row->product_certificate_sub_title}}

{!!nl2br($product_certificate_row->product_certificate_description)!!}

@endforeach
@endif @if(!empty(count($products_related)))

Related Products

All products provided below with slider to find faster.

@endif @if(!empty(count($product_support_contacts))) @endif @endsection