We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68e3ce2 + 359f5da commit 4a46739Copy full SHA for 4a46739
resources/views/layout.blade.php
@@ -6,7 +6,7 @@
6
<meta http-equiv="X-UA-Compatible" content="ie=edge">
7
<meta name="csrf-token" content="{{ csrf_token() }}">
8
<title>{{ config('app.name') }}</title>
9
- <link rel="stylesheet" href="/vendor/translation/css/main.css">
+ <link rel="stylesheet" href="{{ asset('/vendor/translation/css/main.css') }}">
10
</head>
11
<body>
12
@@ -19,6 +19,6 @@
19
20
</div>
21
22
- <script src="/vendor/translation/js/app.js"></script>
+ <script src="{{ asset('/vendor/translation/js/app.js') }}"></script>
23
</body>
24
-</html>
+</html>
0 commit comments