Just exploring the Possibilities of laravel
I learnt today that when using the foreach loop ie foreach($cavemen as $caveman){$caveman = "awesome";},
when we make changes to the data (as done above) the change will be made to a clone of the data not that specific data
It doesn't even make sense to me BUT next time you're using a loop and its not working try this .....