@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')
@include('product_banner_html')

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

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

@include('recent_development')

Serving Highly Engineered Applications

@foreach($product_sub_categories as $product_sub_category_row)
{{$product_sub_category_row->product_sub_category_name}}

{{$product_sub_category_row->product_sub_category_name}}

{{$product_sub_category_row->introduction_title}}

@if(isset($parent_product_categories_by_category[$product_sub_category_row->id])) Learn More Learn More @endif
@endforeach
@include('product_category_services')
@endsection