2018-04-23 10:24:26 +00:00
|
|
|
<!-- REQUIRED JS SCRIPTS -->
|
|
|
|
|
|
|
|
<!-- JQuery and bootstrap are required by Laravel 5.3 in resources/assets/js/bootstrap.js-->
|
|
|
|
<!-- Laravel App -->
|
2018-05-24 02:28:30 +00:00
|
|
|
<script src="{{ url(mix('/js/app.js')) }}" type="text/javascript"></script>
|
2018-04-23 10:24:26 +00:00
|
|
|
|
|
|
|
<!-- Optionally, you can add Slimscroll and FastClick plugins.
|
|
|
|
Both of these plugins are recommended to enhance the
|
|
|
|
user experience. Slimscroll is required when using the
|
|
|
|
fixed layout. -->
|
2018-05-22 12:09:18 +00:00
|
|
|
@js('/site/js/jquery.slimscroll.min.js','jq.slimscroll');
|
|
|
|
@js('/site/js/fastclick.min.js','jq.fastclick');
|