<html>
<head>
<!-- Site Title-->
<title>Home</title>
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, user-scalable=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<!-- Stylesheets-->
<script defer src="https://use.fontawesome.com/releases/v5.0.9/js/all.js" integrity="sha384-8iPTk2s/jMVj81dnzb/iFR2sdA7u06vHJyyLlAd4snFpCl/SnyUjRrbdJsw1pGIl" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Kanit:300,400,500,500i,600%7CRoboto:400,900">
<link rel="stylesheet" href="{{ asset('one/css/bootstrap.css') }}">
<link rel="stylesheet" href="{{ asset('one/css/fonts.css') }}">
<link id="main-styles-link" rel="stylesheet" href="{{ asset('one/css/style.css') }}"><style type="text/css" id="igtranslator-color"></style>
</head>
<body>
@include('layouts.header')
@yield('content')
@include('layouts.footer')
<script src="{{ asset('one/js/script.js') }}"></script>
<script src="{{ asset('one/js/core.min.js') }}"></script>
</body>
</html>
в консоли эта ошибка:
ReferenceError: $ is not defined[Learn More] script.js:10:5
127.0.0.1:8000/one/js/script.js:10:5
127.0.0.1:8000/one/js/script.js:2:2
код script.js с 1-13:
"use strict";
(function () {
/**
* Global variables
*/
var userAgent = navigator.userAgent.toLowerCase(),
initialDate = new Date(),
$document = $(document),
$window = $(window),
$html = $("html"),
$body = $("body"),