@extends('news.feed_layout') @section('content')
{{ \Carbon\Carbon::parse($first->pubDate)->formatLocalized('%a, %d %b %Y')}}
{{$first->description}}
Read more
{{ \Carbon\Carbon::parse($item->pubDate)->formatLocalized('%a, %d %b %Y')}}
{!! str_limit(strip_tags(html_entity_decode($item->description)),120,'...') !!}