{{__(str_limit($data->value->title,30))}}
{{str_limit(strip_tags($data->value->body),80)}}
@php
$blogCaption = getContent('blog.caption',true);
$blogs = getContent('blog.post',false,6);
@endphp
@if($blogCaption)
{{__(@$blogCaption->data_values->short_details)}} {{str_limit(strip_tags($data->value->body),80)}}
{{__(@$blogCaption->data_values->title)}}
{{__(str_limit($data->value->title,30))}}