+
More about:
+ @foreach ($post->entities_keywords as $keyword)
+ @if ($keyword->type == 'entity')
+
#{{ $keyword->value_lowercased }}
+ @endif
+ @endforeach
+
- @if ($post->published_at->isBetween(now()->subDays(1), now()))
- {{ $post->published_at->diffForHumans() }}
- @else
- {{ $post->published_at->format('d M') }}
+
+ @if ($post->category)
+ {{ $post->category->name }}
+
@endif
-
+
+ @if ($post->published_at->isBetween(now()->subDays(1), now()))
+ {{ $post->published_at->diffForHumans() }}
+ @else
+ {{ $post->published_at->format('d M') }}
+ @endif
+
+
+
+
+
+ {{ get_domain_from_url($post->post_url) }}
+
+
-
-
- {{ get_domain_from_url($post->post_url) }}
-