I am beginner in laravel, so can anyone help me to figure this out ? In /public/app.blade.php look like this
Just add tether dependency in your code.
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
or download the Tether
locally from
add add to your project
<script src="path/to/dist/js/tether.min.js"></script>