{{ __('messages.SITENAME') }} {{ route('feed') }} {{ __('messages.SITESLOGAN') }} {{ app()->getLocale() }} {{ now() }} @foreach($posts as $post) {{ $post->title }} {{ route('news_cat_details',[$post->getCategory->slug,$post->id]) }} {{ trim(strip_tags(Str::substr($post->details,0,150))) }} {{ $post->getCategory->name }} {{ __('messages.URL') }} {{ $post->id }} {{ $post->created_at->toRssString() }} @endforeach