false]); $content = computed(fn () => ProjectDocumentationContent::html()); $tableOfContents = computed(fn () => ProjectDocumentationContent::tableOfContents()); $fileInfo = computed(fn () => ProjectDocumentationContent::fileInfo()); ?>
{{-- Sticky Header --}}
{{ __('Projekt-Dokumentation') }} {{ __('Entwicklungsstand & Technische Übersicht') }}
{{ __('Inhaltsverzeichnis') }} {{ __('Download') }}
{{-- File Info Bar --}} @if($this->fileInfo)
{{ $this->fileInfo['size'] }}
{{ __('Aktualisiert:') }} {{ $this->fileInfo['modified'] }}
{{ $this->fileInfo['lines'] }} {{ __('Zeilen') }}
@endif
{{-- Table of Contents Sidebar (Collapsible) --}} @if($showToc)
{{ __('Inhaltsverzeichnis') }}
@foreach($this->tableOfContents as $item) {{ $item['level'] === 3 ? '• ' : '' }}{{ $item['title'] }} @endforeach
@endif {{-- Markdown Content with Enhanced Styling --}}
{{-- Scroll to top button --}}
{{ __('Zurück nach oben') }}
{{-- Quick Reference Grid --}}
{{ __('Module') }}
  • Multi-Domain-System
  • Benutzer-Management
  • Partner-Verwaltung
  • Hub-System
{{ __('Technologien') }}
  • Laravel 12
  • Livewire 3 + Volt
  • Flux UI Pro
  • Spatie Permissions
{{ __('Status-Legende') }}
{{ __('Vollständig implementiert') }}
{{ __('In Entwicklung') }}
{{ __('Geplant') }}
{{-- Footer Metadata --}}
entwicklung.md
@if($this->fileInfo)
{{ __('Zuletzt aktualisiert:') }} {{ $this->fileInfo['modified'] }}
@endif
{{ __('Live-Dokumentation') }}