@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', $topic['label'] . ' — ' . $tr('Wissen', 'Knowledge') . ' | KOTSCH.TECH') @section('meta_description', $topic['tagline'] ?: ($topic['label'] . ' lernen — PDFs und Lernsites auf kotsch.tech.')) @section('content')
{{ $topic['tagline'] }}
@endif{{ \Illuminate\Support\Str::limit($s['description'], 110) }}