Blog Post Card
The blog post card component is used to display a blog post in a card format.
Usageโ
<x-blog.post :post="$post" />
The blog post component accepts the following attributes:
post
- the post object (entity). This is used to display the post content.