score:0

Accepted answer

you have to use {!! $assets_by_department_departments !!} - this will prevent blade from escaping the data.

see https://laravel.com/docs/5.6/blade#displaying-data for further details :)


Related Query

More Query from same tag