{{--<?php--}}
{{--$dynamicBlocks = json_decode($data->content->translation->description)--}}
{{--?>--}}
{{--<div class="dynamic-content">--}}
{{--@foreach($dynamicBlocks as $block)--}}
{{--@if($block->status)--}}
{{--@include('dynamic.'.$block->typeSlug, ['dynamicContent' => $block])--}}
{{--@endif--}}
{{--@endforeach--}}
{{--</div>--}}