Build a CMS With Laravel - Content Blocks

Hi, I recently finished this course “Build a CMS With Laravel”. I also watched the old 5.1 version from Lewis. Both courses helped me understand Laravel concepts better in addition to other video course on other websites that I’ve subscribed into.

My inquiry is about “content blocks”. I was hoping anyone can point me to another learning resource that can teach me how to implement “content blocks” in a cms… aside from just reading field values from a model and writing it out on a template.

I know there are “partials” and “includes” in the laravel framework and I can visualize a bit how they can be used to implement “content blocks”.

Thanks in advance!