@extends('layouts.website_layout') @section('meta_title', $product_category->meta_title) @section('meta_description', $product_category->meta_description) @section('canonical_tag', "product-category/".$product_category->product_category_url_slug) @section('banner_image', "banners/".$product_category->banner_image) @section('content')
@include('product_banner_html')
{{$product_category->product_category_name}}

{{$product_category->introduction_title}}

{!!nl2br($product_category->introduction_description)!!}

@if(!empty($product_category->product_category_catalog)) Download {{$product_category->product_category_name}} Catalog @endif
@if(!empty(count($products)))

Capabilities Machined components

@foreach($products as $product_row)
{{$product_row->product_name}}

{{$product_row->product_name}}

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

Learn More

{{$product_row->product_name}}

{!!$product_row->product_description!!}

@endforeach
@endif @if(!empty(count($service_processes)))
@foreach($service_processes as $service_process_row)

{{$service_process_row->product_category_case_study_caption}}

{!!nl2br($service_process_row->service_case_study_description)!!}

{{$service_process_row->product_category_case_study_caption}}
@endforeach
@endif @if(!empty(count($product_category_developments)))

Case Studies

@endif @if(!empty(count($btp_testimonials)))

Testimonials

@endif

{{$product_category->product_category_video_title}}

{!!nl2br($product_category->product_category_video_description)!!}

@if(!empty($product_category->product_category_video_thumbnail))
product_category_video_youtube_id)) data-youtube-id="{{$product_category->product_category_video_youtube_id}}" @endif> {{$product_category->product_category_video_title}} @if(!empty($product_category->product_category_video_youtube_id)) play @endif
@endif
@if(!empty($product_category->product_category_catalog)) @endif @if(!empty($product_category->product_category_contact_person))

Connect with us
in more ways than 1

@endif
@endsection