@include('layouts.lang')
@php $title = \Route::currentRouteName(); $title = str_replace('pages', '', $title); $title = env('TITLE_FOOTER_'.strtoupper($title)); @endphp
{{$title}} - {{env('APP_NAME')}}
@include('layouts.analytics')
{{ config('app.name') }}
@include('layouts.fonts')
@if(file_exists(base_path("littlelink/images/").findFile('favicon')))
@else
@endif @if ($color_scheme == 'dark' and config('advanced-config.theme') != 'light' and $color_scheme_override != 'light' or $color_scheme_override == 'dark')
@elseif (config('advanced-config.theme') == 'dark')
@elseif (config('advanced-config.theme') == 'light')
@else
@endif
@if(file_exists(base_path("littlelink/images/").findFile('avatar')))
@else
l
@endif
{{str_replace('"', "", EnvEditor::getKey('TITLE_FOOTER_'.strtoupper($name)))}}
$name; ?>
@include('layouts.footer')