@if($page->use_title_as_heading)

{{ $heading }}

@endif
@foreach ($posts as $post)
slug) !!}">
{{ $post->title }}

{{ $post->title }}

Posted On: {!! date("d-M-Y", strtotime($post->date_published)) !!}
{!! trucateContent($post->body) !!}
@endforeach
{{ $posts->links() }}