I am quite new no laravel. I know that it is a pretty basic question. But, I still can't figure it out. Heres my Array output and I want to get the value of name from within this array. This is the output I get in postman after I used print_r:
Array
(
[0] => Array
(
[name] => Test 2322
[id] => 4
)
)