@extends('layouts.website_layout') @section('meta_title', $product_industry->meta_title) @section('meta_description', $product_industry->meta_description) @section('canonical_tag', "industries-and-applications/".$product_industry->product_industry_url_slug) @section('banner_image', "industries-and-applications/".$product_industry->product_industry_thumbnail) @section('content')
{{$product_industry->banner_caption}} {{$product_industry->banner_caption}}
{{$product_industry->banner_caption}}

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

{!!nl2br($product_industry->introduction_text)!!}

@if(!empty(count($product_industry_sliders)))
@endif @if(!empty($product_industry->product_industry_case_study_caption))
{{$product_industry->product_industry_case_study_caption}}

{{$product_industry->product_industry_case_study_caption}}

View our case study

{!!nl2br($product_industry->product_industry_case_study_description)!!}

@if(!empty($product_industry->product_industry_case_study_link)) Read More @endif
@endif @if(!empty(count($product_industry_sectors)))
@endif @if(!empty(count($products)))

Explore our Products

@include('product_block')
@endif
@endsection