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

{{ $title }}

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

{{ $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)) !!}

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