@extends('layouts.app') @section('title', $case_study->title . ' - Water Solutions Technology') @push('styles') @endpush @section('content')
Case Study · {{ $case_study->category }}

{{ $case_study->title }}

{{ $case_study->description }}

@if($case_study->image_path)
{{ $case_study->title }}
@endif
@if($case_study->html_content)
{!! $case_study->html_content !!}
@elseif($case_study->video_path)
@endif

Details

Category

{{ $case_study->category }}

@if($case_study->tags)

Tags

{{ $case_study->tags }}

@endif
Ready to add your portfolio
to the evidence base?

A 90-minute portfolio visibility session maps your water data coverage and outlines the savings opportunity. No obligation.

Schedule Assessment
@endsection