I don't see any errors in the snippets you showed. Could you open console in your web browser and see if there are any errors popping up after page load? If you are using Google Chrome, here's how to work with console
Select2 requires jQuery library. Insert this code in your app.blade.php
before the Select2 code:
<script src="//code.jquery.com/jquery-1.11.2.min.js"></script>
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community