@auth @php $chromeRemoteConnection = \App\Models\Setting::get('chrome_remote_connection', 'disabled'); @endphp @if(Auth::user()->isSuperAdmin() && $chromeRemoteConnection !== 'disabled')
Remote Browser
Istanze attive
IP remoto
Uptime
@endif @endauth @auth @endauth
@auth
@endauth
@if(session('success')) @endif @if(session('error')) @endif @if(session('warning')) @endif @yield('content')