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

@if ($description)

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

@endif @if ($subtitle)

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

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

{{ $post->name }}

{{ $post->created_at->translatedFormat('d M, Y') }}

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

@endforeach