We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2be865e commit 4e951dbCopy full SHA for 4e951db
resources/views/layouts/base.blade.php
@@ -11,7 +11,7 @@
11
@if (\Illuminate\Support\Str::startsWith($path, ['http://', 'https://']))
12
<link rel="stylesheet" href="{{ $path }}">
13
@else
14
- <link rel="stylesheet" href="{{route('admin.styles',['style'=>$name])}}">
+ <link rel="stylesheet" href="{{route('admin.styles',['style'=>$name],false)}}">
15
@endif
16
17
@endforeach
@@ -38,7 +38,7 @@
38
39
<script src="{!! $path !!}"></script>
40
41
- <script src="{{route('admin.scripts',['script'=>$name])}}"></script>
+ <script src="{{route('admin.scripts',['script'=>$name],false)}}"></script>
42
43
44
<script>
0 commit comments