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

{!! __($fSectSettings->blog_description) ?? __('Our blog provides expert advice, how-to guides, and inspiration to help you maximize your digital presence.') !!}

@foreach ($posts as $post) @include('blog.part.card') @endforeach
{{ __($fSectSettings->blog_button_text) }}