@for ($i = 0; $i < 2; $i++) {{ __('Lates news & articles') }} @endfor
{!! __($fSectSettings->blog_subtitle) !!}

{!! __($fSectSettings->blog_title) !!}

{!! __($fSectSettings->blog_description) ?? __('We\'ve brought together the exciting developments for you.') !!}

@foreach ($posts as $post) @include('blog.part.card') @endforeach