For some reason when a reply is posted to: http://laravel.io/forum/03-11-2014-how-to-get-secure-rout...
you may want to look at the count() method from the aggregates section at: http://laravel.com/docs/q...
can you try using old-school PHP to see if you get the same result? <?=(isset($guest->name) ?...
You may want to look into whereNotIn() http://laravel.com/docs/queries
This is a great question. If there's no native way, I would check for a expected return pattern and...
I would move the following to its own model and call that model to supply the data to the controller...
The Laravel portal for problem solving, knowledge sharing and community building.