{{--@php--}} {{-- $pos = [--}} {{-- 'top-right' => 'top-4 right-4',--}} {{-- 'top-left' => 'top-4 left-4',--}} {{-- 'bottom-right' => 'bottom-4 right-4',--}} {{-- 'bottom-left' => 'bottom-4 left-4',--}} {{-- ][$position] ?? 'top-4 right-4';--}} {{-- $base = 'glass-card border border-glass-border/60 rounded-xl shadow-xl--}} {{-- backdrop-blur-md px-4 py-3 max-w-sm w-[22rem] text-sm';--}} {{-- $ring = match($task['status'] ?? null) {--}} {{-- 'queued' => 'ring-1 ring-yellow-500/25',--}} {{-- 'running' => 'ring-1 ring-cyan-500/25',--}} {{-- 'done' => 'ring-1 ring-green-500/25',--}} {{-- 'failed' => 'ring-1 ring-red-500/25',--}} {{-- default => '',--}} {{-- };--}} {{--@endphp--}} {{--
{{ $task['message'] }}
--}} {{-- @endif--}} {{-- @if(($task['status'] ?? '') === 'running')--}} {{--Schließt automatisch; du kannst auch schließen.
--}} {{-- @endif--}} {{----}} {{-- {{ $task['message'] }}--}} {{--
--}} {{-- @endif--}} {{-- @if($isRun || $isQueued)--}} {{--Diese Meldung verschwindet nach Aktualisierung automatisch.
--}} {{-- @endif--}} {{--