Rich Editor - Displaying to Front-end
I am using Rich Editor in Filament to create a blog. I have a model called Blog and the rich editor is used to build the content of the blog ($blog -> content) from the admin panel.
For example, the preview is in the attachment.
How do I display in the front-end the way it is ordered in the preview (admin panel). Like the texts of the content in the field "content" in the table called blogs and the image is stored in s3.
I am confused how to put the text and the image all together in the front-end the way I put it up in the admin panel.
I hope my question makes sense,
For example, the preview is in the attachment.
How do I display in the front-end the way it is ordered in the preview (admin panel). Like the texts of the content in the field "content" in the table called blogs and the image is stored in s3.
I am confused how to put the text and the image all together in the front-end the way I put it up in the admin panel.
I hope my question makes sense,
