Solve your laravel problems.
In template Laravel I need to show name field from collection:
name
[{"announcement_id":2,"name":"Name1","amount":1},{"announcement_id":2,"name":"Name2","amount":2}]
About I want to get the following:
<h2>Name1 / Name 2</h2>