@if ($title = $shortcode->title)

{!! BaseHelper::clean($title) !!}

@endif @if ($subtitle = $shortcode->subtitle)

{!! BaseHelper::clean($subtitle) !!}

@endif
@if($shortcode->button_label && $shortcode->button_url) {!! BaseHelper::clean($shortcode->button_label) !!} @endif
@foreach($posts as $post) @php($timeReading = number_format(strlen(strip_tags($post->content)) / 300))
{{ $post->name }}
{{ $post->name }}

{!! BaseHelper::clean(Str::limit($post->description, 120)) !!}

@if($post->firstCategory) {{ $post->firstCategory->name }} @endif {{ $post->created_at->translatedFormat('d M y') }} {{ __(':number mins read', ['number' => $timeReading]) }}
@endforeach