@if ($color_scheme == 'dark') @else @endif @if(file_exists(base_path("littlelink/images/avatar.png" ))) @else @endif
@if(env('NOTIFY_EVENTS') === true and $EventServerExists == 'true') @if(auth()->user()->role == 'admin' and strtotime(date("d-m-Y")) < strtotime($EventJson['enddate'])) @if(isset($_COOKIE['HideEvent']) and $_COOKIE['HideEvent'] != $EventJson['id']) @endif @endif @if(env('NOTIFY_EVENTS') === false and auth()->user()->role == 'admin') @endif @endif @yield('content')