|
4 | 4 | <title>Studio ⚙️ {{ config('app.name') }}</title> |
5 | 5 | <meta charset="utf-8"> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
| 7 | + <link rel="stylesheet" href="{{ asset('littlelink/css/hover-min.css') }}"> |
| 8 | + <link rel="stylesheet" href="{{ asset('littlelink/css/animate.css') }}"> |
7 | 9 |
|
8 | 10 | <link href="//fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900" rel="stylesheet"> |
9 | 11 | <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.0/font/bootstrap-icons.css"> |
@@ -108,15 +110,29 @@ function update_color_scheme() { |
108 | 110 | <button type="submit" class="buttonLogout">Logout</button> |
109 | 111 | </form> |
110 | 112 | </ul> |
111 | | -
|
112 | 113 | <div class="footer"> |
| 114 | + @if(env('DISPLAY_FOOTER') === true) |
113 | 115 | <p> |
114 | 116 | Copyright © @php echo date('Y'); @endphp {{ config('app.name') }}<i class="icon-heart" aria-hidden="true"></i> </br> |
115 | 117 | <a href="{{ url('') }}/">Home</a> . |
116 | 118 | <a href="{{ url('') }}/pages/terms" target="_blank">Terms</a> . |
117 | 119 | <a href="{{ url('') }}/pages/privacy" target="_blank">Privacy</a> . |
118 | 120 | <a href="{{ url('') }}/pages/contact" target="_blank">Contact</a> |
119 | 121 | </p> |
| 122 | + @endif |
| 123 | +@if(env('DISPLAY_CREDIT') === true) |
| 124 | +<a href="https://littlelink-custom.com" target="_blank" title="Learn more"> |
| 125 | + <section class="hvr-grow fadein sections"> |
| 126 | + <div class="parent-footers" > |
| 127 | + <img id="footer_spin" class="footer_spin image-footers1" src="{{ asset('littlelink/images/just-gear.svg') }}" alt="LittleLink Custom"></img> |
| 128 | + <img class="image-footers2" src="{{ asset('littlelink/images/just-ll.svg') }}" alt="LittleLink Custom"></img> |
| 129 | + </div> |
| 130 | +
|
| 131 | + <a class="text-footers" style="color: #FFFFFF; font-weight: 700; font-size: 15px;"> Powered by</a><br> |
| 132 | + <a class="text-footers" style="color: #FFFFFF; font-weight: 700; font-size: 15px;">LittleLink Custom</a> |
| 133 | + </section> |
| 134 | +</a> |
| 135 | +@endif |
120 | 136 | </div> |
121 | 137 | </div> |
122 | 138 | </nav> |
|
0 commit comments