@if (is_plugin_active('blog'))

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

@if ($subtitle)

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

@endif
@foreach ($posts as $post)
{{ $post->name }}

{{ $post->name }}

{{ Str::words($post->description, 35) }}

@endforeach
@endif