{{ $item['product']->name }}
@if ($item['product']->short_description){{ $item['product']->short_description }}
@endif@extends('layouts.app') @php $freeFrom = number_format(($shippingConfig['free_from_cents'] ?? 5000) / 100, 0, ',', '.'); @endphp @section('title', 'Warenkorb — KOTSCH.TECH Shop') @section('meta_description', 'Dein Warenkorb bei KOTSCH.TECH — überprüfe deine Auswahl und gehe zur Kasse.') @section('content') @includeIf('shop._flash')
{{ $summary['count'] }} {{ $summary['count'] === 1 ? 'Artikel' : 'Artikel' }} — bereit zur Bestellung. Bezahlung per Vorkasse, Zugang sofort nach Zahlungseingang.
{{ $summary['count'] }} {{ $summary['count'] === 1 ? 'Artikel' : 'Artikel' }} im Korb @elseNoch nichts ausgewählt — leg los und entdecke alle digitalen Produkte.
@endifLege Produkte in den Warenkorb und gehe anschließend zur Kasse. Bezahlung per Vorkasse, Zugang sofort nach Zahlungseingang.
Produkte ansehen
{{ $item['product']->short_description }}
@endif