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.
1 parent 720fdba commit 9cc14c5Copy full SHA for 9cc14c5
resources/views/layouts/sidebar.blade.php
@@ -10,7 +10,7 @@
10
<meta name="csrf-token" content="{{ csrf_token() }}">
11
<link rel="stylesheet" href="{{ asset('littlelink/css/hover-min.css') }}">
12
<link rel="stylesheet" href="{{ asset('littlelink/css/animate.css') }}">
13
- <base href="{{url('')}}" />
+ <base href="{{asset('')}}" />
14
15
<link href="//fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900" rel="stylesheet">
16
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css">
0 commit comments