@if(isset($contentDetails['blog']))
@if(isset($templates['blog'][0]) && $blog = $templates['blog'][0])

@lang($blog->description->title) @lang($blog->description->sub_title)

@lang($blog->description->short_title)

@endif
@foreach($contentDetails['blog']->take(3)->sortDesc() as $data)
{{@$data->description->title}}
{{dateTime($data->created_at,'d')}} {{dateTime($data->created_at,'M')}}
{{Str::limit($data->description->title,40)}}
@lang('Read More')
@endforeach
@endif