You should use accessors to create calculated attributes on your model: http://laravel.com/docs/4.2/...
I assume from this code that the variable being passed to your view is "games", but your v...
This would indicate it could not find your "Cat" Eloquent model, did you create one? If s...
Because the link methods escape the text, so it's not possible to put HTML inside them to display an...
If you're using the toArray method, you might want to consider correcting this in your models instea...
The Laravel portal for problem solving, knowledge sharing and community building.