{{ setting('landing.brandName', 'STREAMING SRV') }}
{{-- INICIO: Navegación Estática (Modificación) --}}
    @php $menu = []; if(setting('landing.platform_order')){ $menu = json_decode(setting('landing.platform_order'), true); } @endphp @if(count($menu) > 0) @foreach($menu as $value)
  • {{$value}}
  • @endforeach @else
  • Plex
  • Emby
  • Jellyfin
  • @endif @if(setting('landing.enable_contact_form'))
  • Contacto
  • @endif
  • Ir al Panel
{{-- FIN: Navegación Estática --}}