This line of code {!! csrf_field() !!} generates a hidden input field with a randomized value. That...
Your csrf token might be refreshing with every page view. Can you double check that?
No problem. :) I can't test it right now, but it should be a collection. However, if you are making...
There is a lists() method that can clean up your code to a single line. :) return Language::lists('t...
There's no need to override find. Create a custom method. Your current method is just calling itself...
The Laravel portal for problem solving, knowledge sharing and community building.