parent
1601ce9865
commit
6bb432a4be
|
@ -10,7 +10,6 @@
|
|||
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||||
<link rel="stylesheet" href="{{ asset('littlelink/css/hover-min.css') }}">
|
||||
<link rel="stylesheet" href="{{ asset('littlelink/css/animate.css') }}">
|
||||
<base href="{{asset('')}}" />
|
||||
|
||||
<link href="//fonts.bunny.net/css?family=Poppins:300,400,500,600,700,800,900" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css">
|
||||
|
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
@section('content')
|
||||
|
||||
@push('sidebar-stylesheets')
|
||||
<base href="{{asset('')}}" />
|
||||
@endpush
|
||||
|
||||
@if(Request::is('studio/links/10'))
|
||||
@php setcookie("LinkCount", "10", time()+60*60*24*5, "/"); @endphp
|
||||
@elseif(Request::is('studio/links/20'))
|
||||
|
|
Loading…
Reference in New Issue