Select2 requires jQuery library. Insert this code in your app.blade.php before the Select2 code: <...
I don't see any errors in the snippets you showed. Could you open console in your web browser and se...
If you really want to get the hangs of Laravel's way of doing things, watch Laravel 5 Fundamentals v...
Nope, $query->get() returns you a Collection of full rows (with all columns). You can then iterat...
You can get cookies from request: $value = Request::cookie('name', $defaultValue); if (Request::has...
The Laravel portal for problem solving, knowledge sharing and community building.