@extends('front.layouts.main') @section('main-container')
@if(isset($data['cs']['title']))

{{ $data['cs']['title'] }}

{!! $data['cs']['content'] !!}
@endif
@if(isset($data['related'][0]['title']))

Related Case Studies

@endif @endsection @section("js") @endsection