Include blade file in description field
-
Please I'm trying to include blade file in the description field of category but it is not working frontend
this is the result in frontend page
-
Hi @Ramos444
You need to use render function to show this data of data, so first of all override this view file & use this one to show it.
{!! DbView::make($category)->field('description')->render() !!}
Please see this one to override view file - https://forums.bagisto.com/topic/221/how-to-override-view-file-in-bagisto
Thanks