@extends('layouts.app') @php $routeLocale = in_array(request()->segment(1), ['de', 'en'], true) ? request()->segment(1) : 'de'; $tr = fn ($de, $en) => $routeLocale === 'en' ? $en : $de; @endphp @section('title', $tr('Wissen — Lernen nach Themen | KOTSCH.TECH', 'Knowledge — Learn by Topic | KOTSCH.TECH')) @section('meta_description', $tr('Lernen nach Themen: PDFs und komplette Lernsites zu Web-Entwicklung, IT-Sicherheit, KI, Mathematik und mehr — kostenlos auf kotsch.tech.', 'Learn by topic: PDFs and complete learning sites on web development, IT security, AI, math and more — free on kotsch.tech.')) @section('content')
{{ $tr('Kuratierte PDFs und komplette Lernsites — gezielt zu einem Thema, kostenlos und ohne Login.', 'Curated PDFs and complete learning sites — focused on one topic, free and without login.') }}
{{ $tr('Wähle ein Thema und tauche ein.', 'Pick a topic and dive in.') }}
{{ $t['tagline'] }}
@endforeach{{ $tr('Frisch hinzugekommen.', 'Freshly added.') }}
{{ \Illuminate\Support\Str::limit($s['description'], 110) }}