{{ Helper::utcToLocalDateTime($post->publish_date) }}
{{ $post->title }}
{!! str_limit(strip_tags($post->description), 75) !!}
Read More
@foreach ($blog_posts as $post) @if ($location=='content')
{{ Helper::utcToLocalDateTime($post->publish_date)}} | {{ count($post->approved_comments) }} Comments
{!! \Illuminate\Support\Str::words(strip_tags($post->description), 40) !!}
Read More