|
|
@ -24,7 +24,11 @@
|
|
|
|
<link rel="shortcut icon" type="image/png" href="/img/favicon.png?v=2">
|
|
|
|
<link rel="shortcut icon" type="image/png" href="/img/favicon.png?v=2">
|
|
|
|
<link rel="apple-touch-icon" type="image/png" href="/img/favicon.png?v=2">
|
|
|
|
<link rel="apple-touch-icon" type="image/png" href="/img/favicon.png?v=2">
|
|
|
|
<link rel="canonical" href="{{request()->url()}}">
|
|
|
|
<link rel="canonical" href="{{request()->url()}}">
|
|
|
|
|
|
|
|
@if(request()->cookie('dark-mode'))
|
|
|
|
|
|
|
|
<link href="{{ mix('css/appdark.css') }}" rel="stylesheet" data-stylesheet="dark">
|
|
|
|
|
|
|
|
@else
|
|
|
|
<link href="{{ mix('css/app.css') }}" rel="stylesheet" data-stylesheet="light">
|
|
|
|
<link href="{{ mix('css/app.css') }}" rel="stylesheet" data-stylesheet="light">
|
|
|
|
|
|
|
|
@endif
|
|
|
|
@stack('styles')
|
|
|
|
@stack('styles')
|
|
|
|
|
|
|
|
|
|
|
|
</head>
|
|
|
|
</head>
|
|
|
|