@extends('layouts.app') @section('content') @php $preselected = request()->query('subject', 'Allgemein'); $topics = [ 'Webdesign' => 'Webdesign & Web-Apps', 'Hosting' => 'vServer & Cloud Hosting', 'Windows' => 'Windows Software Tools', 'Android' => 'Android App Entwicklung', 'Hardware' => 'Hardware & Electric Tools', 'Allgemein' => 'Allgemeine Anfrage' ]; $selectedKey = 'Allgemein'; foreach($topics as $key => $label) { if(stripos(strtolower($key), strtolower($preselected)) !== false) { $selectedKey = $key; break; } } @endphp
Verfügbar für neue Projekte

Lass uns etwas Großes bauen.

Egal ob technisches Problem oder eine neue Produktidee – ich unterstütze dich bei der Umsetzung.

Anfrage senden

Ende-zu-Ende verschlüsselt & DSGVO konform

Warum kotsch.tech?

Reaktionszeit

Antwort garantiert innerhalb von 24h.

Custom Code

Keine Standard-Templates. 100% Individuell.

BY KOTSCH.TECH
@endsection