Saltar al contenido
☰
Panel
{{ $title }}
{{ auth()->user()->name }}
@csrf
Salir
STREAMSYNC / ADMINISTRACIÓN
{{ $title }}
{{ config('plex.writes_enabled') && in_array(155, config('plex.write_allowed_servers', []), true) ? 'Escrituras Plex 155 activas' : 'Solo lectura' }}
@if($errors->any())
{{ $errors->first() }}
@endif @yield('content')